]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Nov 2012 23:12:40 +0000 (00:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Nov 2012 23:12:40 +0000 (00:12 +0100)
commitd7fed3705909734de38e54a8ac9683a6d96b7e4a
tree3a7fb9f4da9dffd79f3f49903644c328931a9c4c
parent9f94b6dc4b498048d1ae18e2b371b40cb9253c43
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6
Lib/json/decoder.py