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 ``os.PathLike`` support to the constructors
|
||||
|
||||
#. Update ``os.DirEntry``
|
||||
(`bug <http://bugs.python.org/issue27186>`__)
|
||||
|
||||
#. Add ``__fspath__()``
|
||||
#. Add ``os.pathLike`` support to the constructor
|
||||
#. Alias ``DirEntry`` to ``os.DirEntry``
|
||||
(`bug <http://bugs.python.org/issue27038>`__)
|
||||
#. Add ``__fspath__()`` to ``DirEntry``
|
||||
(`done <https://hg.python.org/lookup/5a62d682636e>`__)
|
||||
|
||||
#. Update ``builtins.open()``
|
||||
(`done <https://hg.python.org/lookup/254125a265d2>`__)
|
||||
|
|
Loading…
Reference in New Issue