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.

classification
Title: Docs: Add missing protocol to pickle
Type: enhancement Stage:
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, abz64, chillaranand, docs@python, r.david.murray
Priority: normal Keywords: patch

Created on 2016-12-09 05:34 by chillaranand, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
docs_pickle_add_missing_protocol.patch chillaranand, 2016-12-09 05:34 review
Messages (3)
msg282764 - (view) Author: Anand Reddy Pandikunta (chillaranand) * Date: 2016-12-09 05:34
In Python 2.7, it is documented. It is missing in Python 3 documentation.
msg282766 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2016-12-09 06:20
Hi, isn't it documented here? 
https://docs.python.org/3.7/library/pickle.html#pickle.Pickler

"If a negative number is specified, HIGHEST_PROTOCOL is selected."
msg282769 - (view) Author: Anand Reddy Pandikunta (chillaranand) * Date: 2016-12-09 08:08
Yes, Thanks.
History
Date User Action Args
2022-04-11 14:58:40adminsetgithub: 73103
2016-12-09 08:08:21chillaranandsetstatus: open -> closed
resolution: not a bug
messages: + msg282769
2016-12-09 06:20:47Mariattasetnosy: + Mariatta
messages: + msg282766
2016-12-09 05:34:59chillaranandcreate