summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0a3.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2018-07-27 15:49:58 (GMT)
committerGitHub <noreply@github.com>2018-07-27 15:49:58 (GMT)
commit612dbefe9dfce0f67bce358613e472e913be8a57 (patch)
tree90d397913b651c199c57ae018d00f200ea6a91b0 /Misc/NEWS.d/3.7.0a3.rst
parentaee632dfbb0abbc0d2bcc988c43a736afd568c55 (diff)
downloadcpython-612dbefe9dfce0f67bce358613e472e913be8a57.zip
cpython-612dbefe9dfce0f67bce358613e472e913be8a57.tar.gz
cpython-612dbefe9dfce0f67bce358613e472e913be8a57.tar.bz2
bpo-30722: Fix NEWS entries (GH-8501)
Diffstat (limited to 'Misc/NEWS.d/3.7.0a3.rst')
-rw-r--r--Misc/NEWS.d/3.7.0a3.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.7.0a3.rst b/Misc/NEWS.d/3.7.0a3.rst
index 7de8415..f8ab97c 100644
--- a/Misc/NEWS.d/3.7.0a3.rst
+++ b/Misc/NEWS.d/3.7.0a3.rst
@@ -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.