]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
More informative NEWS entry.
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2009 03:44:39 +0000 (03:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Feb 2009 03:44:39 +0000 (03:44 +0000)
Misc/NEWS

index 2be82dcd3534f943aa082aa9a321ef7cc27463be..848f99b5b572bd720a61c701af55ef653773f966 100644 (file)
--- 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.