diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 16:30:55 (GMT) |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 16:30:55 (GMT) |
commit | b779f3171a8bd212ba56902a747d3e29dcd97726 (patch) | |
tree | 9847f38f728e85388530f8c8f77febccc880ea2b /Misc/NEWS | |
parent | 92c50eee5273e75ef186ce1ffb750d7288a80767 (diff) | |
parent | c88c80b716cecd0aea8467a41668dced9cafe3d5 (diff) | |
download | cpython-b779f3171a8bd212ba56902a747d3e29dcd97726.zip cpython-b779f3171a8bd212ba56902a747d3e29dcd97726.tar.gz cpython-b779f3171a8bd212ba56902a747d3e29dcd97726.tar.bz2 |
update news and re doc
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -726,6 +726,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 |