diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-21 23:46:55 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-21 23:46:55 (GMT) |
commit | ed8cf7a543b3ebe2d61c16d0f87e60029fd2c478 (patch) | |
tree | 0dabfff15936e7d3bce7e2683bd07a2c677c7fb1 /Misc | |
parent | 5f045ea4409ce58c6c886cb2922c88ae73ee9ce6 (diff) | |
download | cpython-ed8cf7a543b3ebe2d61c16d0f87e60029fd2c478.zip cpython-ed8cf7a543b3ebe2d61c16d0f87e60029fd2c478.tar.gz cpython-ed8cf7a543b3ebe2d61c16d0f87e60029fd2c478.tar.bz2 |
#14875: Use float('inf') instead of float('1e66666') in the json module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,6 +64,8 @@ Core and Builtins Library ------- +- Issue #14875: Use float('inf') instead of float('1e66666') in the json module. + - Issue #14572: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. @@ -119,7 +121,7 @@ Library - Issue #13684: Fix httplib tunnel issue of infinite loops for certain sites which send EOF without trailing \r\n. - + - Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). |