[issue2887] bsddb3 needs to be ported to Python 3.0

2008-09-16 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: bsddb is officially dropped in Python 3.0. Too bad :(. I close this issue. bsddb supports Python 3.0 via a separate project, downloadable from PYPI. -- resolution: - rejected status: open - closed

[issue2887] bsddb3 needs to be ported to Python 3.0

2008-07-08 Thread Trent Nelson
Trent Nelson [EMAIL PROTECTED] added the comment: FWIW, I bumped the version of Berkeley DB being used on Windows from 4.4.20 to 4.7.25 in r64555 (trunk). I blocked this from being merged to py3k. This block should be removed once bsddb has been updated. -- nosy: +Trent.Nelson

[issue2887] bsddb3 needs to be ported to Python 3.0

2008-05-29 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: Yes. My idea is to port the python code as-is, using 2to3, and update the C code with conditional compilation, to keep a single codebase. I'm having issues with the compatibility. In particular, my code has the following line: staticforward