Update PEP 519 for DirEntry work

This commit is contained in:
Brett Cannon 2016-06-10 14:39:51 -07:00
parent 93f500ea20
commit 97e820b228
1 changed files with 2 additions and 7 deletions

View File

@ -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>`__)