summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-20 10:13:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-20 10:13:31 (GMT)
commit36af10c1f7e50b257e97854aca594ec988d85c65 (patch)
tree98a269bfdbdb50090d9e09ee0fb80020b8690ea1 /Misc
parentd5fd8df22f4c94714e9fd93db80c3cc3995c44e3 (diff)
downloadcpython-36af10c1f7e50b257e97854aca594ec988d85c65.zip
cpython-36af10c1f7e50b257e97854aca594ec988d85c65.tar.gz
cpython-36af10c1f7e50b257e97854aca594ec988d85c65.tar.bz2
Issue #17087: Improved the repr for regular expression match objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d4ac75..ca2acf5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Core and Builtins
Library
-------
+- Issue #17087: Improved the repr for regular expression match objects.
+
- Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Patch by David Edelsohn.