[Python-checkins] peps: Update PEP 519 on implementation progress from PyCon US 2016 sprints

brett.cannon python-checkins at python.org
Thu Jun 9 17:17:10 EDT 2016


https://hg.python.org/peps/rev/9368e850ea61
changeset:   6361:9368e850ea61
user:        Brett Cannon <brett at python.org>
date:        Thu Jun 09 14:16:57 2016 -0700
summary:
  Update PEP 519 on implementation progress from PyCon US 2016 sprints

files:
  pep-0519.txt |  16 +++++++++++++---
  1 files changed, 13 insertions(+), 3 deletions(-)


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -321,28 +321,38 @@
 Python 3.6:
 
 #. Remove the ``path`` attribute from pathlib
-   (`done <http://bugs.python.org/issue22570>`_)
+   (`done <http://bugs.python.org/issue22570>`__)
 #. Remove the provisional status of pathlib
 #. Add ``os.PathLike``
+   (`code done <https://hg.python.org/lookup/e672cf63d08a>`__; needs docs)
 #. Add ``PyOS_FSPath()``
+   (`code done <https://hg.python.org/lookup/780cbe18082e>`__; needs docs)
 #. Add ``os.fspath()``
+   (`done <done <https://hg.python.org/lookup/780cbe18082e>`__)
 #. Update ``os.fsencode()``
+   (`done <https://hg.python.org/lookup/00991aa5fdb5>`__)
 #. Update ``os.fsdecode()``
+   (`done <https://hg.python.org/lookup/00991aa5fdb5>`__)
 #. Update ``pathlib.PurePath`` and ``pathlib.Path``
+   (`bug <http://bugs.python.org/issue27186>`__)
 
    #. 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>`_)
+      (`bug <http://bugs.python.org/issue27038>`__)
 
 #. Update ``builtins.open()``
+   (`done <https://hg.python.org/lookup/254125a265d2>`__)
 #. Update ``os.path``
-#. Add a `glossary <https://docs.python.org/3.6/glossary.html>`_ entry for "path-like"
+   (http://bugs.python.org/issue27186)
+#. Add a `glossary <https://docs.python.org/3.6/glossary.html>`__ entry for "path-like"
+   (`bug <http://bugs.python.org/issue27186>`__)
 #. Update `"What's New" <https://docs.python.org/3.6/whatsnew/3.6.html>`_
 
 

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


More information about the Python-checkins mailing list