From: Raymond Hettinger Date: Tue, 3 Feb 2009 03:44:39 +0000 (+0000) Subject: More informative NEWS entry. X-Git-Tag: v2.6.2c1~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f4f0816e7cd09f736afc83d871a70605d81bca8;p=thirdparty%2FPython%2Fcpython.git More informative NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2be82dcd3534..848f99b5b572 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -213,7 +213,7 @@ Library - Issue #1885: distutils. When running sdist with --formats=tar,gztar the tar file was overriden by the gztar one. -- Registered Decimal as a numbers.Number. +- Registered Decimal as a numbers.Number so that isinstance(d, Number) works. - Issue #1672332: fix unpickling of subnormal floats, which was producing a ValueError on some platforms.