summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-29 22:01:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-29 22:01:48 (GMT)
commit07360df481adeacfc2b7a1a7f89ae9a76e86b725 (patch)
tree1d111118cafc0117d3cd68fdfa7397e68dd25191 /Misc
parent1813c1701f8e7e9287bccf66d1b4b8348c432168 (diff)
downloadcpython-07360df481adeacfc2b7a1a7f89ae9a76e86b725.zip
cpython-07360df481adeacfc2b7a1a7f89ae9a76e86b725.tar.gz
cpython-07360df481adeacfc2b7a1a7f89ae9a76e86b725.tar.bz2
Issue #14260: The groupindex attribute of regular expression pattern object
now is non-modifiable mapping.
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 333f645..351a07f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Core and Builtins
Library
-------
+- Issue #14260: The groupindex attribute of regular expression pattern object
+ now is non-modifiable mapping.
+
- Issue #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
This mimics the behavior of the standard unix pagers, and prevents
pipepager from shutting down while the pager itself is still running.