summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-02 08:56:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-02 08:56:18 (GMT)
commit7c411a40413d9525aeb6114d71be3e012dbf81f5 (patch)
tree240af349b039b0efd5c52903bff110748815280a /Misc
parent092bd388ced26650cf0a5a4838a87f7ca8a9ea97 (diff)
downloadcpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.zip
cpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.tar.gz
cpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.tar.bz2
Issue #19132: The pprint module now supports compact mode.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3a6e1a..9cf8ada 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #19132: The pprint module now supports compact mode.
+
- Issue #19137: The pprint module now correctly formats instances of set and
frozenset subclasses.