[issue2887] bsddb 4.6.4 needs to be ported to Python 3.0

2008-05-24 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: I believe Jesus wants to do this is such a way that bsddb.h and _bsddb.c are a single code base with #ifdef's that compiles on 2.x and 3.x at once. -- assignee: -> jcea __ Tracker <[EMAIL PROTECTED]

[issue2887] bsddb 4.6.4 needs to be ported to Python 3.0

2008-05-15 Thread Alexandre Vassalotti
New submission from Alexandre Vassalotti <[EMAIL PROTECTED]>: The recent updates to bsddb (r63207, r63210 and r63218) needs to forward-ported to the py3k branch. At first glance, here is the things that needs to be done in the test suite: - Change the import: from test_all import ...