File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ Version: $Revision$
44Last-Modified: $Date$
55Author: Antoine Pitrou <solipsis@pitrou.net>
66BDFL-Delegate: Nick Coghlan
7- Status: Accepted
7+ Status: Final
88Type: Standards Track
99Content-Type: text/x-rst
1010Created: 23-Mar-2018
11+ Python-Version: 3.8
1112Post-History: 28-Mar-2018, 30-Apr-2019
1213Resolution: https://mail.python.org/pipermail/python-dev/2019-May/157284.html
1314
@@ -481,9 +482,10 @@ advantage of the best path for each protocol (or at least treat protocol
481482Implementation
482483==============
483484
484- A first implementation is available in the author's GitHub fork [#pickle5-git ]_.
485+ The PEP was initially implemented in the author's GitHub fork [#pickle5-git ]_.
486+ It was later merged into Python 3.8 [#pickle5-pr ]_.
485487
486- An experimental backport for Python 3.6 and 3.7 is downloadable from PyPI
488+ A backport for Python 3.6 and 3.7 is downloadable from PyPI
487489[#pickle5-pypi ]_.
488490
489491Support for pickle protocol 5 and out-of-band buffers was added to Numpy
@@ -545,6 +547,9 @@ References
545547 .. [#pickle5-git ] ``pickle5 `` branch on GitHub
546548 https://github.com/pitrou/cpython/tree/pickle5
547549
550+ .. [#pickle5-pr ] PEP 574 Pull Request on GitHub
551+ https://github.com/python/cpython/pull/7076
552+
548553 .. [#pickle5-pypi ] ``pickle5 `` project on PyPI
549554 https://pypi.org/project/pickle5/
550555
You can’t perform that action at this time.
0 commit comments