From 1f4f0816e7cd09f736afc83d871a70605d81bca8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 3 Feb 2009 03:44:39 +0000 Subject: [PATCH] More informative NEWS entry. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2be82dcd353..848f99b5b57 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.