diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-21 23:49:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-21 23:49:06 (GMT) |
commit | 898d51da4d2db44d71809ee84089877f5c08f3fd (patch) | |
tree | b40cdc91af32b5f8961fbaf86518a62fad822a60 /Misc/NEWS | |
parent | dfa465243c94b540099c413eb79b2774b40bb82e (diff) | |
download | cpython-898d51da4d2db44d71809ee84089877f5c08f3fd.zip cpython-898d51da4d2db44d71809ee84089877f5c08f3fd.tar.gz cpython-898d51da4d2db44d71809ee84089877f5c08f3fd.tar.bz2 |
#14875: Use float('inf') instead of float('1e66666') in the json module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ Core and Builtins Library ------- +- Issue #14875: Use float('inf') instead of float('1e66666') in the json module. + - Issue #14426: Correct the Date format in Expires attribute of Set-Cookie Header in Cookie.py. |