issue28082: actually include NEWS entry

This commit is contained in:
Ethan Furman 2016-11-21 08:39:32 -08:00
parent c88c80b716
commit 64a6861b0f
1 changed files with 2 additions and 0 deletions

View File

@ -727,6 +727,8 @@ Library
- Issue #14977: mailcap now respects the order of the lines in the mailcap
files ("first match"), as required by RFC 1542. Patch by Michael Lazar.
- Issue #28082: Convert re flag constants to IntFlag.
- Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.
SSLContext properties now return flags and enums.