]> granicus.if.org Git - python/commit
Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 13 Dec 2008 23:20:54 +0000 (23:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 13 Dec 2008 23:20:54 +0000 (23:20 +0000)
commit7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6
tree192915cee35e899422ec26ad83e34d35c198ae5b
parentd9c03e0da300bc52d5503fd18a95f897d92bf454
Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter.
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS