summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-03 10:52:49 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-03 10:52:49 (GMT)
commitb0d56afc84f4a7dacd8296e9203b051f019e2c3a (patch)
tree55898cd03e893b6e7694c8fef52731c3d2f36fb8 /Misc
parentce57cdbea80c274646b0cbde50f05a9cb884bcf6 (diff)
downloadcpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.zip
cpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.tar.gz
cpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.tar.bz2
Give dict views a helpful __repr__.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d737f74..0a7a53b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
-----------------
=======
+
+- Give dict views an informative __repr__.
+
- Issue #5247: Improve error message when unknown format codes are
used when using str.format() with str, int, and float arguments.