bpo-30722: Fix NEWS entries (GH-8501)
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 27 Jul 2018 15:49:58 +0000 (18:49 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Jul 2018 15:49:58 +0000 (18:49 +0300)
Misc/NEWS.d/3.6.4rc1.rst
Misc/NEWS.d/3.7.0a3.rst

index 415acd94b5edbfa4a52ac7ab4847ff04b9bdfa5d..c91cc62159fda3953ad0cdb74d302a2fe64c1365 100644 (file)
@@ -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.
 
index 7de841526cdc5719a95ffcfdcf20c21c63ecbedc..f8ab97c553eff0dbfc764799c7f36015cc28db4b 100644 (file)
@@ -1567,9 +1567,6 @@ and Subversion are no longer used to develop CPython.
 
 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.