]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention SF #1149508 (textwrap and hyphenated numbers).
authorGreg Ward <gward@python.net>
Sat, 5 Mar 2005 02:48:03 +0000 (02:48 +0000)
committerGreg Ward <gward@python.net>
Sat, 5 Mar 2005 02:48:03 +0000 (02:48 +0000)
Misc/NEWS

index b43542950f00359aebcad6d6dcae10b9bbf5dbfd..b9eff218c9b49c1c0a7237db8f519070d89b7a7a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,10 @@ Library
 - Bug #1083110: ``zlib.decompress.flush()`` would segfault if called immediately
   after creating the object, without any intervening ``.decompress()`` calls.
 
+- Bug #1149508: ``textwrap`` now handles hyphenated numbers (eg. "2004-03-05")
+  correctly.
+
+
 Build
 -----