]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#14875: Use float('inf') instead of float('1e66666') in the json module.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 21 May 2012 23:46:55 +0000 (17:46 -0600)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 21 May 2012 23:46:55 +0000 (17:46 -0600)
commited8cf7a543b3ebe2d61c16d0f87e60029fd2c478
tree0dabfff15936e7d3bce7e2683bd07a2c677c7fb1
parent5f045ea4409ce58c6c886cb2922c88ae73ee9ce6
#14875: Use float('inf') instead of float('1e66666') in the json module.
Lib/json/encoder.py
Misc/NEWS