From: Brett Cannon Date: Thu, 8 May 2008 20:23:54 +0000 (+0000) Subject: Add a missing entry on the fix for issue #2790. X-Git-Tag: v2.6b1~572 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0;p=python Add a missing entry on the fix for issue #2790. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3f2ceaaa6e..6afdc5adf1 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 -----------------