]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-30722: Fix NEWS entries (GH-8501)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Jul 2018 16:17:20 +0000 (09:17 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 27 Jul 2018 16:17:20 +0000 (19:17 +0300)
(cherry picked from commit 612dbefe9dfce0f67bce358613e472e913be8a57)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
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.