[Patches] [Patch #100977] This patch makes whichdb recognize Python's dumbdbm database

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Jul 2000 13:04:45 -0700


Patch #100977 has been updated. 

Project: 
Category: library
Status: Rejected
Summary: This patch makes whichdb recognize Python's dumbdbm database

Follow-Ups:

Date: 2000-Jul-25 04:25
By: moshez

Comment:
This patch solves bug 202 on the jitterbug database.
-------------------------------------------------------

Date: 2000-Jul-25 04:46
By: gvanrossum

Comment:
I believe this is not good enough. The original Unix db also has a .dir and .dat, I believe. Isn't there a magical number to test? (I changed status to Rejected; feel free to revert to Open if you upload a new patch. Is this the right protocol?)
-------------------------------------------------------

Date: 2000-Jul-25 06:15
By: moshez

Comment:
New version -- a bit more checking inside the file.
BTW: this fixes 200, not 202. My bad.

-------------------------------------------------------

Date: 2000-Jul-27 13:04
By: gvanrossum

Comment:
Please resubmit, checking for either ' or " as first character.

Then I'm okay with it.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=100977&group_id=5470