summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-23 20:42:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-23 20:42:43 (GMT)
commit5c24d0e504f9271ee095f706b493566ec0162879 (patch)
treedfd3af4fb8e193f3c0780fab3daef24a4beb182d /Misc
parentc1207c1bcf732bc3e9c8875cfb0343af98ebc41c (diff)
downloadcpython-5c24d0e504f9271ee095f706b493566ec0162879.zip
cpython-5c24d0e504f9271ee095f706b493566ec0162879.tar.gz
cpython-5c24d0e504f9271ee095f706b493566ec0162879.tar.bz2
Issue #13592: Improved the repr for regular expression pattern objects.
Based on patch by Hugo Lopes Tavares.
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 f6823b4..a2db433 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Core and Builtins
Library
-------
+- Issue #13592: Improved the repr for regular expression pattern objects.
+ Based on patch by Hugo Lopes Tavares.
+
- Issue #19641: Added the audioop.byteswap() function to convert big-endian
samples to little-endian and vice versa.