diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.1 alpha 2? Core and Builtins ----------------- +- Issue #5392: when a very low recursion limit was set, the interpreter would + abort with a fatal error after the recursion limit was hit twice. + Library ------- @@ -24,8 +27,6 @@ What's New in Python 3.1 alpha 1 Core and Builtins ----------------- -======= - - The io module has been reimplemented in C for speed. - Give dict views an informative __repr__. |