Skip to content

Commit

Permalink
bpo-30722: Fix NEWS entries (GH-8501)
Browse files Browse the repository at this point in the history
(cherry picked from commit 612dbef)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
  • Loading branch information
miss-islington and berkerpeksag committed Jul 27, 2018
1 parent 0964aac commit 7cbde0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Misc/NEWS.d/3.6.4rc1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions Misc/NEWS.d/3.7.0a3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7cbde0e

Please sign in to comment.