This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alex, bob.ippolito, dstanek, ezio.melotti, fdrake, python-dev, terry.reedy
Date 2011-04-13.04:21:52
SpamBayes Score 5.129843e-06
Marked as misclassified No
Message-id <E1Q9raR-0000xq-07@dinsdale.python.org>
In-reply-to
Content
New changeset 36e676a8541d by Ezio Melotti in branch '3.1':
#9233: skip _json-specific tests when _json is not available.
http://hg.python.org/cpython/rev/36e676a8541d

New changeset 7019fc1a9663 by Ezio Melotti in branch '3.1':
#9233: Fix json to work properly even when _json is not available.
http://hg.python.org/cpython/rev/7019fc1a9663

New changeset a220458179ed by Ezio Melotti in branch '3.1':
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
http://hg.python.org/cpython/rev/a220458179ed
History
Date User Action Args
2011-04-13 04:21:53python-devsetrecipients: + python-dev, fdrake, terry.reedy, bob.ippolito, dstanek, ezio.melotti, alex
2011-04-13 04:21:52python-devlinkissue9233 messages
2011-04-13 04:21:52python-devcreate