summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-06-29 23:44:36 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-06-29 23:44:36 (GMT)
commitbf7a266074b2c4e97f3386dbf2c8dbf12a0514ac (patch)
treeff19fc78d26b5d4a4e36481774f91fd6d0a9d983 /Misc
parent470a41078b17f42aead78e534541a87d6378d662 (diff)
downloadcpython-bf7a266074b2c4e97f3386dbf2c8dbf12a0514ac.zip
cpython-bf7a266074b2c4e97f3386dbf2c8dbf12a0514ac.tar.gz
cpython-bf7a266074b2c4e97f3386dbf2c8dbf12a0514ac.tar.bz2
Fixup repr for dict_proxy objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 024d38d..9f4ecc9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
the following case: sys.stdin.read() stopped with CTRL+d (end of file),
raw_input() interrupted by CTRL+c.
+- dict_proxy objects now display their contents rather than just the class name.
+
Library
-------