mirror of
https://github.com/python/cpython.git
synced 2026-03-04 20:10:59 +00:00
bpo-30722: Fix NEWS entry (GH-8501)
This commit is contained in:
parent
6ea8a3a0eb
commit
9d85856044
1 changed files with 0 additions and 3 deletions
|
|
@ -1100,9 +1100,6 @@ for code and tests by Guilherme Polo and Cheryl Sabella, respectively.
|
|||
|
||||
Make redemo work with Python 3.6 and newer versions.
|
||||
|
||||
In Python 3.6, flags like re.DOTALL became members of an enum.IntFlag so
|
||||
usages like ``getattr(re, 'DOTALL')`` are invalid.
|
||||
|
||||
Also, remove the ``LOCALE`` option since it doesn't work with string
|
||||
patterns in Python 3.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue