]> granicus.if.org Git - python/commit
Let pprint() support sets and frozensets (suggested by David Mertz).
authorRaymond Hettinger <python@rcn.com>
Wed, 23 Jan 2008 00:04:40 +0000 (00:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 23 Jan 2008 00:04:40 +0000 (00:04 +0000)
commitc226c311392abbda437300eaa9841d9e839854c0
treeccb398c254698142f25f194ec561375dda85181f
parent2230bcfe24d6b28719aa6ef1c483a619e1960b6a
Let pprint() support sets and frozensets (suggested by David Mertz).
Doc/library/pprint.rst
Lib/pprint.py
Misc/NEWS