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 Sander Steffann
Recipients Sander Steffann, docs@python
Date 2016-07-01.09:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467364662.95.0.314062070458.issue27431@psf.upfronthosting.co.za>
In-reply-to
Content
The "class shelve.Shelf(dict, protocol=None, writeback=False, keyencoding='utf-8')" section still says "By default, version 0 pickles are used to serialize values.". This is incorrect. The default version has been 3 since this commit: 

https://hg.python.org/cpython/file/f351fb7ea179/Lib/shelve.py
History
Date User Action Args
2016-07-01 09:17:42Sander Steffannsetrecipients: + Sander Steffann, docs@python
2016-07-01 09:17:42Sander Steffannsetmessageid: <1467364662.95.0.314062070458.issue27431@psf.upfronthosting.co.za>
2016-07-01 09:17:42Sander Steffannlinkissue27431 messages
2016-07-01 09:17:42Sander Steffanncreate