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

This commit is contained in:
Berker Peksag 2018-07-27 18:49:58 +03:00 committed by GitHub
parent aee632dfbb
commit 612dbefe9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View 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.

View 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.