summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a85273a..054559b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,10 @@ Core and builtins
Extension modules
-----------------
+- The .*? pattern in the re module is now special-cased to avoid the
+ recursion limit. (SF patch #720991 -- many thanks to Gary Herron
+ and Greg Chapman.)
+
- New function sys.call_tracing() allows pdb to debug code
recursively.