summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-08 20:23:54 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-08 20:23:54 (GMT)
commit3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0 (patch)
tree91be128a922ed50317b219c4ac220c60f0f6915b
parentbe1501b976aa36733e6ef0b86c4f8c6844df3181 (diff)
downloadcpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.zip
cpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.tar.gz
cpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.tar.bz2
Add a missing entry on the fix for issue #2790.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f2ceaa..6afdc5a 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
-----------------