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 r.david.murray
Recipients eric.araujo, georg.brandl, pjenvey, r.david.murray
Date 2013-02-14.03:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360811215.24.0.731191751079.issue17198@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, this will demonstrate the bug:

  touch foo.pag
  python -m dbm.__init__ foo

Perhaps that could be the basis for the test (using subprocess).
History
Date User Action Args
2013-02-14 03:06:55r.david.murraysetrecipients: + r.david.murray, georg.brandl, pjenvey, eric.araujo
2013-02-14 03:06:55r.david.murraysetmessageid: <1360811215.24.0.731191751079.issue17198@psf.upfronthosting.co.za>
2013-02-14 03:06:55r.david.murraylinkissue17198 messages
2013-02-14 03:06:54r.david.murraycreate