[Python-checkins] bpo-30722: Fix NEWS entry (GH-8501)

Berker Peksag webhook-mailer at python.org
Fri Jul 27 12:17:56 EDT 2018


https://github.com/python/cpython/commit/9d85856044a2c7d681ea38b5ff99af375b228a0f
commit: 9d85856044a2c7d681ea38b5ff99af375b228a0f
branch: 3.6
author: Berker Peksag <berker.peksag at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-07-27T19:17:53+03:00
summary:

bpo-30722: Fix NEWS entry (GH-8501)

files:
M Misc/NEWS.d/3.6.4rc1.rst

diff --git a/Misc/NEWS.d/3.6.4rc1.rst b/Misc/NEWS.d/3.6.4rc1.rst
index 415acd94b5ed..c91cc62159fd 100644
--- a/Misc/NEWS.d/3.6.4rc1.rst
+++ b/Misc/NEWS.d/3.6.4rc1.rst
@@ -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.
 



More information about the Python-checkins mailing list