[pypy-commit] extradoc extradoc: RecursionError done

arigo pypy.commits at gmail.com
Thu Aug 18 13:58:56 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5676:9f9502d1981e
Date: 2016-08-18 19:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/9f9502d1981e/

Log:	RecursionError done

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
@@ -51,7 +51,7 @@
 * Generators have a new gi_yieldfrom attribute
 
 * A new RecursionError exception is now raised when maximum recursion
-  depth is reached.
+  depth is reached. (DONE)
 
 * The new os.scandir() function
 


More information about the pypy-commit mailing list