summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-15 18:22:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-15 18:22:54 (GMT)
commitacc9f3fb1622c0685b52097b977cafada742be99 (patch)
tree6f75fc531b1731d6467637d1ffe3f71e39e09f62 /Misc
parentbc2bfa6b68e138986e57e2925e5a31c0f17615ab (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ee5a58..88c9bc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.