[Python-checkins] cpython (3.6): closes issue23591: add NEWS entry

ethan.furman python-checkins at python.org
Mon Nov 21 11:31:12 EST 2016


https://hg.python.org/cpython/rev/f404a59d834e
changeset:   105287:f404a59d834e
branch:      3.6
parent:      105284:a2616863de06
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Mon Nov 21 08:28:56 2016 -0800
summary:
  closes issue23591: add NEWS entry

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -730,6 +730,8 @@
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list