diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 18:33:38 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 18:33:38 (GMT) |
commit | 68600aff3a841c1d901758c0e4e3fb3aafc7354e (patch) | |
tree | d806de6795b875139e568664913709b24e11e4f1 /Misc | |
parent | befaac03bbf7bdc8e34f722072931c2e4a2408b5 (diff) | |
parent | 0941d9fc64e1429454282667d0ca47740c141943 (diff) | |
download | cpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.zip cpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.tar.gz cpython-68600aff3a841c1d901758c0e4e3fb3aafc7354e.tar.bz2 |
#12759: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |