summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-19 19:48:19 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-19 19:48:19 (GMT)
commitc6fde7293e57f16affb068f60b1998114e041b91 (patch)
tree835ad7597ca28e21ddcb1389ec601350e912a3cb /Misc
parent14404b68d8c5a501a2f5ee6f45494865b7b38276 (diff)
downloadcpython-c6fde7293e57f16affb068f60b1998114e041b91.zip
cpython-c6fde7293e57f16affb068f60b1998114e041b91.tar.gz
cpython-c6fde7293e57f16affb068f60b1998114e041b91.tar.bz2
Fix #1146: TextWrap vs words 1-character shorter than the width.
Patch by Quentin Gallet-Gilles.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a6ca66..fdf1e86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -369,6 +369,9 @@ Core and builtins
Library
-------
+- #1146: fix how textwrap breaks a long word that would start in the
+ last column of a line.
+
- #1693149: trace.py --ignore-module - accept multiple comma-separated
modules to be given.