From: Ethan Furman Date: Mon, 21 Nov 2016 16:39:32 +0000 (-0800) Subject: issue28082: actually include NEWS entry X-Git-Tag: v3.6.0b4~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64a6861b0f113002763407159fe287a5c38a8fa2;p=thirdparty%2FPython%2Fcpython.git issue28082: actually include NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index a19a55f6b73b..5e0610477742 100644 --- 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.