diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-09 21:57:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-09 21:57:55 (GMT) |
commit | be9a4e5c855188cf146962483e6de942bf154d95 (patch) | |
tree | eb157b3bf22214072f27e64244e0b7439c08e2a3 /Misc/NEWS | |
parent | ee73a657455a908102379d3c9bc254676418e10c (diff) | |
download | cpython-be9a4e5c855188cf146962483e6de942bf154d95.zip cpython-be9a4e5c855188cf146962483e6de942bf154d95.tar.gz cpython-be9a4e5c855188cf146962483e6de942bf154d95.tar.bz2 |
Issue #433028: Added support of modifier spans in regular expressions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,6 +120,8 @@ Core and Builtins Library ------- +- Issue #433028: Added support of modifier spans in regular expressions. + - Issue #24594: Validates persist parameter when opening MSI database - Issue #28047: Fixed calculation of line length used for the base64 CTE |