diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 08:39:32 -0800 |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2016-11-21 08:39:32 -0800 |
commit | 64a6861b0f113002763407159fe287a5c38a8fa2 (patch) | |
tree | e838e65e5532e2ca9c4ddef705eaa02bfe402413 | |
parent | c88c80b716cecd0aea8467a41668dced9cafe3d5 (diff) | |
download | cpython-git-64a6861b0f113002763407159fe287a5c38a8fa2.tar.gz |
issue28082: actually include NEWS entry
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |