summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2be82dc..848f99b 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.