Mention SF #1149508 (textwrap and hyphenated numbers).

This commit is contained in:
Greg Ward
2005-03-05 02:48:03 +00:00
parent c1d3096aff
commit 22ef9a1228

View File

@@ -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
-----