diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/0300.bpo-30298.ZN-bWo.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/0300.bpo-30298.ZN-bWo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0300.bpo-30298.ZN-bWo.rst b/Misc/NEWS.d/next/Library/0300.bpo-30298.ZN-bWo.rst new file mode 100644 index 0000000..d0102a0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/0300.bpo-30298.ZN-bWo.rst @@ -0,0 +1,4 @@ +Weaken the condition of deprecation warnings for inline modifiers. Now +allowed several subsequential inline modifiers at the start of the pattern +(e.g. ``'(?i)(?s)...'``). In verbose mode whitespaces and comments now are +allowed before and between inline modifiers (e.g. ``'(?x) (?i) (?s)...'``). |