summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2005-03-05 02:48:03 (GMT)
committerGreg Ward <gward@python.net>2005-03-05 02:48:03 (GMT)
commit22ef9a1228545db2dbdb0d4704393987f40afbfd (patch)
tree50e55a539c6b7ce1f9282aa00b91ae79a5bc9246 /Misc
parentc1d3096affe0ab021fb97f0c401abc1542c6a05b (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b435429..b9eff21 100644
--- 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
-----