summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-25 11:44:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-25 11:44:54 (GMT)
commitf3ebc9fe3fae3d44da4d0da9764ed7c033115f12 (patch)
tree29214aa4fce9cf570c160441a43de526f7457eb5 /Misc
parent42bababba62023383291c7413a5d453374ecd933 (diff)
downloadcpython-f3ebc9fe3fae3d44da4d0da9764ed7c033115f12.zip
cpython-f3ebc9fe3fae3d44da4d0da9764ed7c033115f12.tar.gz
cpython-f3ebc9fe3fae3d44da4d0da9764ed7c033115f12.tar.bz2
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
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 ea90cbb..c440571 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@ Core and Builtins
Library
-------
+- Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
+ Based on patch by Kaarle Ritvanen.
+
- Issue #28353: os.fwalk() no longer fails on broken links.
- Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin