SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 40 Python

bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490)

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)...').
S
Serhiy Storchaka committed
305ccbe27ea5ba82fd2d8c32ec739f980e524330
Parent: 211a392
Committed by GitHub <noreply@github.com> on 5/10/2017, 3:05:20 AM