summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst b/Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst
new file mode 100644
index 0000000..f28275b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-19-14-12-23.bpo-47066.we3YFx.rst
@@ -0,0 +1,3 @@
+Global inline flags (e.g. ``(?i)``) can now only be used at the start of the
+regular expressions. Using them not at the start of expression was
+deprecated since Python 3.6.