Skip to content

Commit a9e0d3c

Browse files
authored
PEP 574: Mark final (GH-1089)
1 parent a6c96ca commit a9e0d3c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pep-0574.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Antoine Pitrou <solipsis@pitrou.net>
66
BDFL-Delegate: Nick Coghlan
7-
Status: Accepted
7+
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst
1010
Created: 23-Mar-2018
11+
Python-Version: 3.8
1112
Post-History: 28-Mar-2018, 30-Apr-2019
1213
Resolution: 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
481482
Implementation
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

489491
Support 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

0 commit comments

Comments
 (0)