diff options
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 46121dc..17e4e0a 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -296,6 +296,13 @@ pdb argument. If given, this is printed to the console just before debugging begins. +re +-- + +The flags :const:`re.ASCII`, :const:`re.LOCALE` and :const:`re.UNICODE` +can be set within the scope of a group. +(Contributed by Serhiy Storchaka in :issue:`31690`.) + string ------ |