]> granicus.if.org Git - python/commit
Issue #23502: The pprint module now supports mapping proxies.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:31:50 +0000 (19:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:31:50 +0000 (19:31 +0200)
commit87eb482e30ec76976e7c04b1547faaab0df40261
tree14fe5585683be0734d33da68ea2f40f52686edca
parent022f20376a2458e0ecbd38e393957452570cd3a4
Issue #23502: The pprint module now supports mapping proxies.
In particular the __dict__ attributes of building types.
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS