commit | 40407943b72dfcbac498f92a9c8b774ee2ea7ee2 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Mar 05 02:53:17 2005 +0000 |
committer | Greg Ward <gward@python.net> | Sat Mar 05 02:53:17 2005 +0000 |
tree | 31611f78855e372e54fea69fd004540a08fc8b93 | |
parent | 00a73e7715eb9bba3203aea6caa326f3f54a0d20 [diff] [blame] |
SF #1149508: ensure textwrap handles hyphenated numbers correctly, eg. "2004-03-04" is not broken across lines. (Merged from 2.4 branch.)
diff --git a/Misc/NEWS b/Misc/NEWS index 59c630d..86d3677 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -206,6 +206,10 @@ - ``UserString.MutableString`` now supports negative indices in ``__setitem__`` and ``__delitem__`` +- Bug #1149508: ``textwrap`` now handles hyphenated numbers (eg. "2004-03-05") + correctly. + + Build -----