diff options
author | Greg Ward <gward@python.net> | 2005-03-05 02:48:03 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2005-03-05 02:48:03 (GMT) |
commit | 22ef9a1228545db2dbdb0d4704393987f40afbfd (patch) | |
tree | 50e55a539c6b7ce1f9282aa00b91ae79a5bc9246 /Misc | |
parent | c1d3096affe0ab021fb97f0c401abc1542c6a05b (diff) | |
download | cpython-22ef9a1228545db2dbdb0d4704393987f40afbfd.zip cpython-22ef9a1228545db2dbdb0d4704393987f40afbfd.tar.gz cpython-22ef9a1228545db2dbdb0d4704393987f40afbfd.tar.bz2 |
Mention SF #1149508 (textwrap and hyphenated numbers).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----- |