[Python-checkins] r69244 - python/branches/release26-maint/Misc/NEWS

raymond.hettinger python-checkins at python.org
Tue Feb 3 04:44:39 CET 2009


Author: raymond.hettinger
Date: Tue Feb  3 04:44:39 2009
New Revision: 69244

Log:
More informative NEWS entry.

Modified:
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Tue Feb  3 04:44:39 2009
@@ -213,7 +213,7 @@
 - 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.


More information about the Python-checkins mailing list