commit | 47c5474aa0cbe8dc3cf2c370b19769edd3f2e8d8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 10 15:46:30 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 10 15:46:30 2016 +0300 |
tree | b0617362898cabfe72cb8d9506f584f14362728e | |
parent | 03f17f86717372ca010273dc8946fd19914a534b [diff] |
Issue #26623: TypeError message for JSON unserializible object now contains object's type name, not object's representation. Based on patch by Mahmoud Lababidi.