diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-01-24 16:40:29 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-01-24 16:40:29 (GMT) |
commit | a3ecd2c6689d8376dfda38e4bbd03a43a69a968a (patch) | |
tree | 65e7ed578360ccb54a0c149252851a89eef67f24 /Misc | |
parent | c187d11af3407ea424d1debf8a37775ea7cdf95f (diff) | |
download | cpython-a3ecd2c6689d8376dfda38e4bbd03a43a69a968a.zip cpython-a3ecd2c6689d8376dfda38e4bbd03a43a69a968a.tar.gz cpython-a3ecd2c6689d8376dfda38e4bbd03a43a69a968a.tar.bz2 |
Issue #1672332: Fix unpickling of subnormal floats, which was raising
ValueError on some platforms as a result of the platform strtod setting
errno on underflow.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -145,6 +145,9 @@ Core and Builtins Library ------- +- Issue #1672332: fix unpickling of subnormal floats, which was + producing a ValueError on some platforms. + - Issue #3881: Help Tcl to load even when started through the unreadable local symlink to "Program Files" on Vista. |