summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2016-11-21 16:39:57 (GMT)
committerEthan Furman <ethan@stoneleaf.us>2016-11-21 16:39:57 (GMT)
commite31cc818ceea6bec580d27207e51af48d907f556 (patch)
tree526f4c047a7b42c92ad2a4e98ab33326ec37a029 /Misc
parentb779f3171a8bd212ba56902a747d3e29dcd97726 (diff)
parent64a6861b0f113002763407159fe287a5c38a8fa2 (diff)
downloadcpython-e31cc818ceea6bec580d27207e51af48d907f556.zip
cpython-e31cc818ceea6bec580d27207e51af48d907f556.tar.gz
cpython-e31cc818ceea6bec580d27207e51af48d907f556.tar.bz2
NEWS update
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 731314a..5e213df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -723,6 +723,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.