[Python-checkins] cpython (merge 3.6 -> default): NEWS update

ethan.furman python-checkins at python.org
Mon Nov 21 11:40:22 EST 2016


https://hg.python.org/cpython/rev/c19383fad567
changeset:   105291:c19383fad567
parent:      105289:12b4e7209d03
parent:      105290:493359386360
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Mon Nov 21 08:39:57 2016 -0800
summary:
  NEWS update

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
@@ -723,6 +723,8 @@
 - 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.
 

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


More information about the Python-checkins mailing list