Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5677:6aee284a8009 Date: 2016-08-21 10:37 +0200 http://bitbucket.org/pypy/extradoc/changeset/6aee284a8009/
Log: I'll do os.scandir() next 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,6 +11,8 @@ 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 -------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
