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 krichter
Recipients docs@python, krichter, r.david.murray
Date 2015-02-07.13:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423314477.22.0.394127066764.issue23174@psf.upfronthosting.co.za>
In-reply-to
Content
For example, it should be clear why `shelve.open(tempfile.mkstemp()[1])` fails with the mentioned exception and `shelve.open("/tmp/bla")` fails. I still haven't figured out the constraints to create a working `shelve.Shelve` at all. It should be clear why `shelve.open("/tmp/tmphTTQLd")` fails and `shelve.open("/tmp/tmphTTQLda")` succeeds. There has to be something unrelated to extensions.
History
Date User Action Args
2015-02-07 13:07:57krichtersetrecipients: + krichter, r.david.murray, docs@python
2015-02-07 13:07:57krichtersetmessageid: <1423314477.22.0.394127066764.issue23174@psf.upfronthosting.co.za>
2015-02-07 13:07:57krichterlinkissue23174 messages
2015-02-07 13:07:57krichtercreate