Update PEP 519 on current progress
This commit is contained in:
parent
fd6bbb1b74
commit
93f500ea20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue