diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-02 08:56:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-02 08:56:18 (GMT) |
commit | 7c411a40413d9525aeb6114d71be3e012dbf81f5 (patch) | |
tree | 240af349b039b0efd5c52903bff110748815280a /Doc/whatsnew | |
parent | 092bd388ced26650cf0a5a4838a87f7ca8a9ea97 (diff) | |
download | cpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.zip cpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.tar.gz cpython-7c411a40413d9525aeb6114d71be3e012dbf81f5.tar.bz2 |
Issue #19132: The pprint module now supports compact mode.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 0690e70..2e3cab5 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -314,6 +314,13 @@ POP3 server. (Contributed by Lorenzo Catucci in :issue:`4473`.) +pprint +------ + +The :mod::`pprint` module now supports *compact* mode for formatting long +sequences (:issue:`19132`). + + smtplib ------- |