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-01-06.10:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420539773.04.0.190553571596.issue23174@psf.upfronthosting.co.za>
In-reply-to
Content
That's nice, thanks. Considering your last comment, some points

  * If the issue can't go into the error message, than the essence of the discussion here should go into the docs (in 0.5 to 1.5 sentences).
  * It'd be nice if it was clear from the error message that shelve or underlying modules check the extension in filename, i.e. do `anydbm.error: db type could not be determined by file extension '%s' in filename '%s'` rather than `anydbm.error: db type could not be determined`.
History
Date User Action Args
2015-01-06 10:22:53krichtersetrecipients: + krichter, r.david.murray, docs@python
2015-01-06 10:22:53krichtersetmessageid: <1420539773.04.0.190553571596.issue23174@psf.upfronthosting.co.za>
2015-01-06 10:22:53krichterlinkissue23174 messages
2015-01-06 10:22:52krichtercreate