summaryrefslogtreecommitdiffstats
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-01-23 00:04:40 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-01-23 00:04:40 (GMT)
commitc226c311392abbda437300eaa9841d9e839854c0 (patch)
treeccb398c254698142f25f194ec561375dda85181f /Doc/library/pprint.rst
parent2230bcfe24d6b28719aa6ef1c483a619e1960b6a (diff)
downloadcpython-c226c311392abbda437300eaa9841d9e839854c0.zip
cpython-c226c311392abbda437300eaa9841d9e839854c0.tar.gz
cpython-c226c311392abbda437300eaa9841d9e839854c0.tar.bz2
Let pprint() support sets and frozensets (suggested by David Mertz).
Diffstat (limited to 'Doc/library/pprint.rst')
-rw-r--r--Doc/library/pprint.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index d073714..ae9677f 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -25,6 +25,9 @@ width constraint.
dictionary was sorted only if its display required more than one line, although
that wasn't documented.
+.. versionchanged:: 2.6
+ Added support for :class:`set` and :class:`frozenset`.
+
The :mod:`pprint` module defines one class:
.. First the implementation class: