]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
issue28082: actually include NEWS entry
authorEthan Furman <ethan@stoneleaf.us>
Mon, 21 Nov 2016 16:39:32 +0000 (08:39 -0800)
committerEthan Furman <ethan@stoneleaf.us>
Mon, 21 Nov 2016 16:39:32 +0000 (08:39 -0800)
Misc/NEWS

index a19a55f6b73b55742ec807d029128209123be4c6..5e0610477742eb9f76531072a8c0ae86426f058a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.