commit | 1f4f0816e7cd09f736afc83d871a70605d81bca8 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Feb 03 03:44:39 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Feb 03 03:44:39 2009 +0000 |
tree | 16430b7410f056762d8c843a363fb477a611f1ab | |
parent | 45fd4763fffeaeb9d3fbb3dee2f861fad85b8d2b [diff] [blame] |
More informative NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 2be82dc..848f99b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.