]> granicus.if.org Git - python/commit
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
authorGreg Ward <gward@python.net>
Sat, 5 Mar 2005 02:53:17 +0000 (02:53 +0000)
committerGreg Ward <gward@python.net>
Sat, 5 Mar 2005 02:53:17 +0000 (02:53 +0000)
commit40407943b72dfcbac498f92a9c8b774ee2ea7ee2
tree31611f78855e372e54fea69fd004540a08fc8b93
parent00a73e7715eb9bba3203aea6caa326f3f54a0d20
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
eg. "2004-03-04" is not broken across lines.  (Merged from 2.4 branch.)
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS