Update PEP 519 on current progress

This commit is contained in:
Brett Cannon 2016-06-10 12:34:59 -07:00
parent fd6bbb1b74
commit 93f500ea20
1 changed files with 2 additions and 1 deletions

View File

@ -323,6 +323,7 @@ Python 3.6:
#. Remove the ``path`` attribute from pathlib
(`done <http://bugs.python.org/issue22570>`__)
#. Remove the provisional status of pathlib
(`done <https://hg.python.org/lookup/a5a013ca5687>`__)
#. Add ``os.PathLike``
(`code <https://hg.python.org/lookup/e672cf63d08a>`__ and
`docs <http://hg.python.org/lookup/6239673d5e1d>`__ done)
@ -336,7 +337,7 @@ Python 3.6:
#. Update ``os.fsdecode()``
(`done <https://hg.python.org/lookup/00991aa5fdb5>`__)
#. Update ``pathlib.PurePath`` and ``pathlib.Path``
(`bug <http://bugs.python.org/issue27186>`__)
(`done <https://hg.python.org/lookup/a5a013ca5687>`__)
#. Add ``__fspath__()``
#. Add ``os.PathLike`` support to the constructors