diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 16:28:56 (GMT) |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 16:28:56 (GMT) |
commit | 00eacac96bb78e49e96a4477eb14b65619e3d041 (patch) | |
tree | 837dfe4d4eaf1b76278a6dd73625a0628477744d /Misc/NEWS | |
parent | f9646ca5b709fa32199e4d09843903e5ca53accf (diff) | |
download | cpython-00eacac96bb78e49e96a4477eb14b65619e3d041.zip cpython-00eacac96bb78e49e96a4477eb14b65619e3d041.tar.gz cpython-00eacac96bb78e49e96a4477eb14b65619e3d041.tar.bz2 |
closes issue23591: add NEWS entry
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |