From 3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 May 2008 20:23:54 +0000 Subject: [PATCH] Add a missing entry on the fix for issue #2790. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 3f2ceaaa6ef..6afdc5adf18 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1? Core and Builtins ----------------- +- Issue #2790: sys.flags was not properly exposing its bytes_warning attribute. + Extension Modules -----------------