This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jcea, r.david.murray, vstinner, wjm251
Date 2010-07-28.14:47:55
SpamBayes Score 3.4831486e-05
Marked as misclassified No
Message-id <1280328478.46.0.133416997202.issue9393@psf.upfronthosting.co.za>
In-reply-to
Content
New patch for bsddb module: create parse_filename() function, based on Python3 PyUnicode_FSConverter() but it accepts None. I didn't tested the patch because I'm unable to compile the module. It looks like it should use db_185.h instead of db.h, and link to another library, but configure  or setup.py doesn't know it.
History
Date User Action Args
2010-07-28 14:47:58vstinnersetrecipients: + vstinner, jcea, r.david.murray, wjm251
2010-07-28 14:47:58vstinnersetmessageid: <1280328478.46.0.133416997202.issue9393@psf.upfronthosting.co.za>
2010-07-28 14:47:56vstinnerlinkissue9393 messages
2010-07-28 14:47:56vstinnercreate