[New-bugs-announce] [issue27431] Shelve pickle version error

Sander Steffann report at bugs.python.org
Fri Jul 1 05:17:42 EDT 2016


New submission from Sander Steffann:

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

----------
assignee: docs at python
components: Documentation
messages: 269652
nosy: Sander Steffann, docs at python
priority: normal
severity: normal
status: open
title: Shelve pickle version error
type: enhancement
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27431>
_______________________________________


More information about the New-bugs-announce mailing list