PEP 574: Mark final (GH-1089)
This commit is contained in:
parent
a6c96caf46
commit
a9e0d3cbd1
11
pep-0574.rst
11
pep-0574.rst
|
@ -4,10 +4,11 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Antoine Pitrou <solipsis@pitrou.net>
|
||||
BDFL-Delegate: Nick Coghlan
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 23-Mar-2018
|
||||
Python-Version: 3.8
|
||||
Post-History: 28-Mar-2018, 30-Apr-2019
|
||||
Resolution: https://mail.python.org/pipermail/python-dev/2019-May/157284.html
|
||||
|
||||
|
@ -481,9 +482,10 @@ advantage of the best path for each protocol (or at least treat protocol
|
|||
Implementation
|
||||
==============
|
||||
|
||||
A first implementation is available in the author's GitHub fork [#pickle5-git]_.
|
||||
The PEP was initially implemented in the author's GitHub fork [#pickle5-git]_.
|
||||
It was later merged into Python 3.8 [#pickle5-pr]_.
|
||||
|
||||
An experimental backport for Python 3.6 and 3.7 is downloadable from PyPI
|
||||
A backport for Python 3.6 and 3.7 is downloadable from PyPI
|
||||
[#pickle5-pypi]_.
|
||||
|
||||
Support for pickle protocol 5 and out-of-band buffers was added to Numpy
|
||||
|
@ -545,6 +547,9 @@ References
|
|||
.. [#pickle5-git] ``pickle5`` branch on GitHub
|
||||
https://github.com/pitrou/cpython/tree/pickle5
|
||||
|
||||
.. [#pickle5-pr] PEP 574 Pull Request on GitHub
|
||||
https://github.com/python/cpython/pull/7076
|
||||
|
||||
.. [#pickle5-pypi] ``pickle5`` project on PyPI
|
||||
https://pypi.org/project/pickle5/
|
||||
|
||||
|
|
Loading…
Reference in New Issue