From 64a6861b0f113002763407159fe287a5c38a8fa2 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Mon, 21 Nov 2016 08:39:32 -0800 Subject: [PATCH] issue28082: actually include NEWS entry --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index a19a55f6b7..5e06104777 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- 2.40.0