summaryrefslogtreecommitdiffstats
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
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 9abf286..207c3f8 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -25,6 +25,9 @@ width constraint.
Dictionaries are sorted by key before the display is computed.
+.. versionchanged:: 3.9
+ Added support for pretty-printing :class:`types.SimpleNamespace`.
+
The :mod:`pprint` module defines one class:
.. First the implementation class: