From 22ef9a1228545db2dbdb0d4704393987f40afbfd Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 5 Mar 2005 02:48:03 +0000 Subject: [PATCH] Mention SF #1149508 (textwrap and hyphenated numbers). --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index b43542950f00..b9eff218c9b4 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 ----- -- 2.47.3