Staging
v0.8.1
https://github.com/python/cpython
Revision e9652e8d58392f5022759ba06b444ce970eb12db authored by Mark Dickinson on 24 January 2020, 10:03:22 UTC, committed by Miss Islington (bot) on 24 January 2020, 10:03:22 UTC


Some portions of the pickle documentation hadn't been updated for the pickle protocol changes in Python 3.8 (new protocol 5, default protocol 4). This PR fixes those docs.


https://bugs.python.org/issue39426
1 parent b9783d2
Raw File
Tip revision: e9652e8d58392f5022759ba06b444ce970eb12db authored by Mark Dickinson on 24 January 2020, 10:03:22 UTC
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Tip revision: e9652e8
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top