diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-03 10:52:49 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-03 10:52:49 (GMT) |
commit | b0d56afc84f4a7dacd8296e9203b051f019e2c3a (patch) | |
tree | 55898cd03e893b6e7694c8fef52731c3d2f36fb8 /Misc | |
parent | ce57cdbea80c274646b0cbde50f05a9cb884bcf6 (diff) | |
download | cpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.zip cpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.tar.gz cpython-b0d56afc84f4a7dacd8296e9203b051f019e2c3a.tar.bz2 |
Give dict views a helpful __repr__.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |