]> granicus.if.org Git - python/commitdiff
bpo-30722: Fix NEWS entry (GH-8501)
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 27 Jul 2018 16:17:53 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Jul 2018 16:17:53 +0000 (19:17 +0300)
Misc/NEWS.d/3.6.4rc1.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.