diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-21 10:08:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-21 10:08:52 (GMT) |
commit | a3369a524c6f862936c1d8a24e23c796aa91f2c7 (patch) | |
tree | f176fc626404d514a14cef2d95e5c784d1494b55 /Misc | |
parent | a1543cdcd65d9a2be302be0da0cfb9c53c17f806 (diff) | |
download | cpython-a3369a524c6f862936c1d8a24e23c796aa91f2c7.zip cpython-a3369a524c6f862936c1d8a24e23c796aa91f2c7.tar.gz cpython-a3369a524c6f862936c1d8a24e23c796aa91f2c7.tar.bz2 |
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ Core and Builtins Library ------- +- Issues #814253, #9179: Warnings now are raised when group references and + conditional group references are used in lookbehind assertions in regular + expressions. + - Issue #23215: Multibyte codecs with custom error handlers that ignores errors consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. |