[Python-checkins] peps: Update PEP 519 on current progress

brett.cannon python-checkins at python.org
Fri Jun 10 15:35:12 EDT 2016


https://hg.python.org/peps/rev/40de4ef39f5f
changeset:   6366:40de4ef39f5f
user:        Brett Cannon <brett at python.org>
date:        Fri Jun 10 12:34:59 2016 -0700
summary:
  Update PEP 519 on current progress

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


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -323,6 +323,7 @@
 #. Remove the ``path`` attribute from pathlib
    (`done <http://bugs.python.org/issue22570>`__)
 #. Remove the provisional status of pathlib
+   (`done <https://hg.python.org/lookup/a5a013ca5687>`__)
 #. Add ``os.PathLike``
    (`code <https://hg.python.org/lookup/e672cf63d08a>`__ and
     `docs <http://hg.python.org/lookup/6239673d5e1d>`__ done)
@@ -336,7 +337,7 @@
 #. Update ``os.fsdecode()``
    (`done <https://hg.python.org/lookup/00991aa5fdb5>`__)
 #. Update ``pathlib.PurePath`` and ``pathlib.Path``
-   (`bug <http://bugs.python.org/issue27186>`__)
+   (`done <https://hg.python.org/lookup/a5a013ca5687>`__)
 
    #. Add ``__fspath__()``
    #. Add ``os.PathLike`` support to the constructors

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


More information about the Python-checkins mailing list