[Python-checkins] peps: Update PEP 519 for DirEntry work

brett.cannon python-checkins at python.org
Fri Jun 10 17:39:55 EDT 2016


https://hg.python.org/peps/rev/ad949ebfc3fa
changeset:   6367:ad949ebfc3fa
user:        Brett Cannon <brett at python.org>
date:        Fri Jun 10 14:39:51 2016 -0700
summary:
  Update PEP 519 for DirEntry work

files:
  pep-0519.txt |  9 ++-------
  1 files changed, 2 insertions(+), 7 deletions(-)


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -342,13 +342,8 @@
    #. 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>`__)

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list