]> granicus.if.org Git - python/commit
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 11:44:54 +0000 (14:44 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 11:44:54 +0000 (14:44 +0300)
commitf3ebc9fe3fae3d44da4d0da9764ed7c033115f12
tree29214aa4fce9cf570c160441a43de526f7457eb5
parent42bababba62023383291c7413a5d453374ecd933
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS