Skip to content

Commit 612dbef

Browse files
authored
bpo-30722: Fix NEWS entries (GH-8501)
1 parent aee632d commit 612dbef

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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

Misc/NEWS.d/3.7.0a3.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,9 +1567,6 @@ and Subversion are no longer used to develop CPython.
15671567
15681568
Make redemo work with Python 3.6 and newer versions.
15691569

1570-
In Python 3.6, flags like re.DOTALL became members of an enum.IntFlag so
1571-
usages like ``getattr(re, 'DOTALL')`` are invalid.
1572-
15731570
Also, remove the ``LOCALE`` option since it doesn't work with string
15741571
patterns in Python 3.
15751572

0 commit comments

Comments
 (0)