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

brett.cannon python-checkins at python.org
Thu Jun 9 20:00:37 EDT 2016


https://hg.python.org/peps/rev/073fba82e848
changeset:   6365:073fba82e848
user:        Brett Cannon <brett at python.org>
date:        Thu Jun 09 17:00:28 2016 -0700
summary:
  Update PEP 519 on current progress

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


diff --git a/pep-0519.txt b/pep-0519.txt
--- a/pep-0519.txt
+++ b/pep-0519.txt
@@ -324,9 +324,11 @@
    (`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)
+   (`code <https://hg.python.org/lookup/e672cf63d08a>`__ and
+    `docs <http://hg.python.org/lookup/6239673d5e1d>`__ done)
 #. Add ``PyOS_FSPath()``
-   (`code done <https://hg.python.org/lookup/780cbe18082e>`__; needs docs)
+   (`code <https://hg.python.org/lookup/780cbe18082e>`__ and
+    `docs <http://hg.python.org/lookup/cec1f00c538d>`__ done)
 #. Add ``os.fspath()``
    (`done <done <https://hg.python.org/lookup/780cbe18082e>`__)
 #. Update ``os.fsencode()``

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


More information about the Python-checkins mailing list