diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:44:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 11:44:54 (GMT) |
commit | f3ebc9fe3fae3d44da4d0da9764ed7c033115f12 (patch) | |
tree | 29214aa4fce9cf570c160441a43de526f7457eb5 /Misc | |
parent | 42bababba62023383291c7413a5d453374ecd933 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |