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 brett.cannon
Recipients barry, brett.cannon, christian.heimes, gvanrossum, jcea, vstinner
Date 2008-11-19.23:52:11
SpamBayes Score 5.849613e-05
Marked as misclassified No
Message-id <1227138732.18.0.42418151083.issue3799@psf.upfronthosting.co.za>
In-reply-to
Content
OK, now I see why it is called 'dumb'; the thing literally just dumps
out the repr of two strings on each line for key/value pairs. To read it
just evals each line in the string. And whichdb detects this format by
looking for ' or " as the first character since that is what the repr
for str is. And that is why the Latin-1 decoding was used; it has the
proper repr for write-out.
History
Date User Action Args
2008-11-19 23:52:13brett.cannonsetrecipients: + brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes
2008-11-19 23:52:12brett.cannonsetmessageid: <1227138732.18.0.42418151083.issue3799@psf.upfronthosting.co.za>
2008-11-19 23:52:11brett.cannonlinkissue3799 messages
2008-11-19 23:52:11brett.cannoncreate