diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst b/Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst new file mode 100644 index 0000000..1505615 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst @@ -0,0 +1,2 @@ +Allow the flags re.ASCII, re.LOCALE, and re.UNICODE to be used as group flags +for regular expressions. |