commit | bf7a266074b2c4e97f3386dbf2c8dbf12a0514ac | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jun 30 00:44:36 2011 +0100 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jun 30 00:44:36 2011 +0100 |
tree | ff19fc78d26b5d4a4e36481774f91fd6d0a9d983 | |
parent | 470a41078b17f42aead78e534541a87d6378d662 [diff] [blame] |
Fixup repr for dict_proxy objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 024d38d..9f4ecc9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,8 @@ 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 -------