Update PEP 519 for DirEntry work
This commit is contained in:
parent
93f500ea20
commit
97e820b228
|
@ -342,13 +342,8 @@ Python 3.6:
|
||||||
#. Add ``__fspath__()``
|
#. Add ``__fspath__()``
|
||||||
#. Add ``os.PathLike`` support to the constructors
|
#. Add ``os.PathLike`` support to the constructors
|
||||||
|
|
||||||
#. Update ``os.DirEntry``
|
#. Add ``__fspath__()`` to ``DirEntry``
|
||||||
(`bug <http://bugs.python.org/issue27186>`__)
|
(`done <https://hg.python.org/lookup/5a62d682636e>`__)
|
||||||
|
|
||||||
#. Add ``__fspath__()``
|
|
||||||
#. Add ``os.pathLike`` support to the constructor
|
|
||||||
#. Alias ``DirEntry`` to ``os.DirEntry``
|
|
||||||
(`bug <http://bugs.python.org/issue27038>`__)
|
|
||||||
|
|
||||||
#. Update ``builtins.open()``
|
#. Update ``builtins.open()``
|
||||||
(`done <https://hg.python.org/lookup/254125a265d2>`__)
|
(`done <https://hg.python.org/lookup/254125a265d2>`__)
|
||||||
|
|
Loading…
Reference in New Issue