diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 18:33:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-03 18:33:08 (GMT) |
commit | 0941d9fc64e1429454282667d0ca47740c141943 (patch) | |
tree | aa3c88e98ea74d685a1dd2f5b8b0e3ff1e839b0d /Misc | |
parent | dedfa9bfaec868af2099b44e68bd98ebd5075062 (diff) | |
download | cpython-0941d9fc64e1429454282667d0ca47740c141943.zip cpython-0941d9fc64e1429454282667d0ca47740c141943.tar.gz cpython-0941d9fc64e1429454282667d0ca47740c141943.tar.bz2 |
#12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -143,6 +143,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. |