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]
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 ...