From: Ethan Furman Date: Mon, 21 Nov 2016 16:28:56 +0000 (-0800) Subject: closes issue23591: add NEWS entry X-Git-Tag: v3.6.0b4~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00eacac96bb78e49e96a4477eb14b65619e3d041;p=python closes issue23591: add NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index ab846a6206..a19a55f6b7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -730,6 +730,8 @@ Library - Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. SSLContext properties now return flags and enums. +- Issue #23591: Add Flag, IntFlag, and auto() to enum module. + - Issue #433028: Added support of modifier spans in regular expressions. - Issue #24594: Validates persist parameter when opening MSI database