commit | b0d56afc84f4a7dacd8296e9203b051f019e2c3a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 03 10:52:49 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 03 10:52:49 2009 +0000 |
tree | 55898cd03e893b6e7694c8fef52731c3d2f36fb8 | |
parent | ce57cdbea80c274646b0cbde50f05a9cb884bcf6 [diff] [blame] |
Give dict views a helpful __repr__.
diff --git a/Misc/NEWS b/Misc/NEWS index d737f74..0a7a53b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ ----------------- ======= + +- 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.