diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-12-18 14:59:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-12-18 14:59:43 (GMT) |
commit | ac53ab64a648f512f4a232567f096b8fb14287bf (patch) | |
tree | 33dbd8d10706568779ea848a7f4e4972fecb95d3 /Misc | |
parent | 197c9c945e127199d0b0966d33abe00f512d0e8b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |