]> granicus.if.org Git - python/commitdiff
Add a missing entry on the fix for issue #2790.
authorBrett Cannon <bcannon@gmail.com>
Thu, 8 May 2008 20:23:54 +0000 (20:23 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 8 May 2008 20:23:54 +0000 (20:23 +0000)
Misc/NEWS

index 3f2ceaaa6ef80dfd1853d3af87392e9a8489f8e9..6afdc5adf18f8de259abf4735a550646707508c8 100644 (file)
--- 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
 -----------------