[Python-checkins] python/dist/src/Misc NEWS,1.1265,1.1266

gward at users.sourceforge.net gward at users.sourceforge.net
Sat Mar 5 03:53:20 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12862/Misc

Modified Files:
	NEWS 
Log Message:
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
eg. "2004-03-04" is not broken across lines.  (Merged from 2.4 branch.)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1265
retrieving revision 1.1266
diff -u -d -r1.1265 -r1.1266
--- NEWS	4 Mar 2005 19:40:34 -0000	1.1265
+++ NEWS	5 Mar 2005 02:53:17 -0000	1.1266
@@ -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
 -----
 



More information about the Python-checkins mailing list