Mark PEP 519 as final (#76)
This commit is contained in:
parent
20acfcb7a2
commit
5d636b39b1
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Brett Cannon <brett@python.org>,
|
Author: Brett Cannon <brett@python.org>,
|
||||||
Koos Zevenhoven <k7hoven@gmail.com>
|
Koos Zevenhoven <k7hoven@gmail.com>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 11-May-2016
|
Created: 11-May-2016
|
||||||
|
@ -365,10 +365,11 @@ Python 3.6:
|
||||||
#. Update ``builtins.open()``
|
#. Update ``builtins.open()``
|
||||||
(`done <https://hg.python.org/lookup/254125a265d2>`__)
|
(`done <https://hg.python.org/lookup/254125a265d2>`__)
|
||||||
#. Update ``os.path``
|
#. Update ``os.path``
|
||||||
(`bug <http://bugs.python.org/issue27186>`__)
|
(`done <https://hg.python.org/cpython/rev/b64f83d6ff24>`__)
|
||||||
#. Add a `glossary <https://docs.python.org/3.6/glossary.html>`__ entry for "path-like"
|
#. Add a `glossary <https://docs.python.org/3.6/glossary.html>`__ entry for "path-like"
|
||||||
(`done <https://hg.python.org/lookup/9c57178f13dc>`__)
|
(`done <https://hg.python.org/lookup/9c57178f13dc>`__)
|
||||||
#. Update `"What's New" <https://docs.python.org/3.6/whatsnew/3.6.html>`_
|
#. Update `"What's New" <https://docs.python.org/3.6/whatsnew/3.6.html>`_
|
||||||
|
(`done <https://hg.python.org/cpython/rev/95361959d451>`__)
|
||||||
|
|
||||||
|
|
||||||
Rejected Ideas
|
Rejected Ideas
|
||||||
|
|
Loading…
Reference in New Issue