diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-15 18:22:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-15 18:22:54 (GMT) |
commit | acc9f3fb1622c0685b52097b977cafada742be99 (patch) | |
tree | 6f75fc531b1731d6467637d1ffe3f71e39e09f62 /Misc | |
parent | bc2bfa6b68e138986e57e2925e5a31c0f17615ab (diff) | |
download | cpython-acc9f3fb1622c0685b52097b977cafada742be99.zip cpython-acc9f3fb1622c0685b52097b977cafada742be99.tar.gz cpython-acc9f3fb1622c0685b52097b977cafada742be99.tar.bz2 |
Issue #18725: The textwrap module now supports truncating multiline text.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #18725: The textwrap module now supports truncating multiline text. + - Issue #18776: atexit callbacks now display their full traceback when they raise an exception. |