diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:23:54 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:23:54 (GMT) |
commit | 3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0 (patch) | |
tree | 91be128a922ed50317b219c4ac220c60f0f6915b | |
parent | be1501b976aa36733e6ef0b86c4f8c6844df3181 (diff) | |
download | cpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.zip cpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.tar.gz cpython-3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0.tar.bz2 |
Add a missing entry on the fix for issue #2790.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------------- |