Skip to content

Commit 9d85856

Browse files
authored
bpo-30722: Fix NEWS entry (GH-8501)
1 parent 6ea8a3a commit 9d85856

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Misc/NEWS.d/3.6.4rc1.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,6 @@ for code and tests by Guilherme Polo and Cheryl Sabella, respectively.
11001100
11011101
Make redemo work with Python 3.6 and newer versions.
11021102

1103-
In Python 3.6, flags like re.DOTALL became members of an enum.IntFlag so
1104-
usages like ``getattr(re, 'DOTALL')`` are invalid.
1105-
11061103
Also, remove the ``LOCALE`` option since it doesn't work with string
11071104
patterns in Python 3.
11081105

0 commit comments

Comments
 (0)