summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-03 18:33:38 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-03 18:33:38 (GMT)
commit68600aff3a841c1d901758c0e4e3fb3aafc7354e (patch)
treed806de6795b875139e568664913709b24e11e4f1 /Misc
parentbefaac03bbf7bdc8e34f722072931c2e4a2408b5 (diff)
parent0941d9fc64e1429454282667d0ca47740c141943 (diff)
downloadcpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.zip
cpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.tar.gz
cpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.tar.bz2
#12759: merge with 3.2.
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 eaf6b3a..4689496 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@ Core and Builtins
Library
-------
+- Issue #12759: sre_parse now raises a proper error when the name of the group
+ is missing. Initial patch by Serhiy Storchaka.
+
- Issue #16152: fix tokenize to ignore whitespace at the end of the code when
no newline is found. Patch by Ned Batchelder.