Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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