summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-12-18 14:59:43 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-12-18 14:59:43 (GMT)
commitac53ab64a648f512f4a232567f096b8fb14287bf (patch)
tree33dbd8d10706568779ea848a7f4e4972fecb95d3 /Misc
parent197c9c945e127199d0b0966d33abe00f512d0e8b (diff)
downloadcpython-ac53ab64a648f512f4a232567f096b8fb14287bf.zip
cpython-ac53ab64a648f512f4a232567f096b8fb14287bf.tar.gz
cpython-ac53ab64a648f512f4a232567f096b8fb14287bf.tar.bz2
#5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban.
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 fdda482..020ddd1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Core and Builtins
rather than the Py_IsInitialized flag, avoiding a Fatal Python
error in certain circumstances when an import is done in __del__.
+- Issue #5587: add a repr to dict_proxy objects. Patch by David Stanek and
+ Daniel Urban.
+
Library
-------