]> granicus.if.org Git - python/commit
Issue #26623: TypeError message for JSON unserializible object now contains
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 12:46:30 +0000 (15:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Apr 2016 12:46:30 +0000 (15:46 +0300)
commit47c5474aa0cbe8dc3cf2c370b19769edd3f2e8d8
treeb0617362898cabfe72cb8d9506f584f14362728e
parent03f17f86717372ca010273dc8946fd19914a534b
Issue #26623: TypeError message for JSON unserializible object now contains
object's type name, not object's representation.
Based on patch by Mahmoud Lababidi.
Lib/json/encoder.py