]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#18958: Improve error message for json.load(s) while passing a string that starts...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Oct 2013 23:10:55 +0000 (02:10 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Oct 2013 23:10:55 +0000 (02:10 +0300)
commit566a2be95c3aba65302d3d5b8108b27f810e1eaf
treee093ba0634bea66fa1561c13c88eccccc0aae299
parenta0e768ccc250dbe6ffab812b7964538013ae36c4
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
Lib/json/__init__.py
Lib/test/test_json/test_decode.py
Misc/NEWS