summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-10 11:49:00 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-10 11:49:00 (GMT)
commitad446d57a929a642644c3a86c7359ce1638077b0 (patch)
treefb31d0b7aa5e3d09f5370c606d988d06c30b925f /Misc
parenteb99e5157498ae37117a54cdb01fea082d842a0d (diff)
downloadcpython-ad446d57a929a642644c3a86c7359ce1638077b0.zip
cpython-ad446d57a929a642644c3a86c7359ce1638077b0.tar.gz
cpython-ad446d57a929a642644c3a86c7359ce1638077b0.tar.bz2
Issue #22578: Added attributes to the re.error class.
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 955cee6..431015a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,8 @@ Core and Builtins
Library
-------
+- Issue #22578: Added attributes to the re.error class.
+
- Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.