summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-12-18 15:06:45 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-12-18 15:06:45 (GMT)
commit9d254f70928644cb573b0321c912eaabd012bfc4 (patch)
tree80cdf1c39c62b8b288a450e030ddccaa9b3a6b0c /Misc/NEWS
parentc79cf042505d10f134b741f6836e4abfacbcd24f (diff)
downloadcpython-9d254f70928644cb573b0321c912eaabd012bfc4.zip
cpython-9d254f70928644cb573b0321c912eaabd012bfc4.tar.gz
cpython-9d254f70928644cb573b0321c912eaabd012bfc4.tar.bz2
Merged revisions 87368 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87368 | ezio.melotti | 2010-12-18 15:59:43 +0100 (Sat, 18 Dec 2010) | 1 line #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e53aff0..2c78312 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
float.__divmod__ with respect to signed zeros. -4.0 % 4.0 should be
0.0, not -0.0.
+- Issue #5587: add a repr to dict_proxy objects. Patch by David Stanek and
+ Daniel Urban.
+
Library
-------