Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5679:b7f1bca916c9 Date: 2016-08-22 11:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/b7f1bca916c9/
Log: progress diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planning/py3.5/2016-august-progress.rst +++ b/planning/py3.5/2016-august-progress.rst @@ -11,8 +11,6 @@ We should make a plan to impl. that on default with cpyext support and merge it back to py3.5. Matti's opinion on that would be great! -* os.scandir() (arigo) - Finished -------- @@ -55,7 +53,7 @@ * A new RecursionError exception is now raised when maximum recursion depth is reached. (DONE) -* The new os.scandir() function +* The new os.scandir() function (POSIX-DONE, missing Win32) * Newly created file descriptors are non-inheritable (PEP 446) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
