summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c77ce62..dc1817f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@ Core and builtins
Library
-------
+- Issue #846388. re.match is interruptible now, which is particularly
+ good for long regular expression matches.
+
- pyexpat, patch #1137: allow setting buffer_size attribute
on Parser objects to set the character data buffer size.