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 pitrou
Recipients amaury.forgeotdarc, bob.ippolito, georg.brandl, loewis, pitrou, rhettinger
Date 2009-02-27.21:54:49
SpamBayes Score 0.00046721863
Marked as misclassified No
Message-id <0016e64344927a1f1d0463ed840d@google.com>
In-reply-to
Content
Reviewers: ,

Description:
Updated patch from Bob Ippolito, for updating the Python trunk json
package to the latest simplejson.

Please review this at http://codereview.appspot.com/20095

Affected files:
   Lib/json/__init__.py
   Lib/json/decoder.py
   Lib/json/encoder.py
   Lib/json/scanner.py
   Lib/json/tests/test_check_circular.py
   Lib/json/tests/test_decode.py
   Lib/json/tests/test_dump.py
   Lib/json/tests/test_encode_basestring_ascii.py
   Lib/json/tests/test_fail.py
   Lib/json/tests/test_float.py
   Lib/json/tests/test_unicode.py
   Lib/json/tool.py
   Modules/_json.c
History
Date User Action Args
2009-02-27 21:54:51pitrousetrecipients: + loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc
2009-02-27 21:54:49pitroulinkissue4136 messages
2009-02-27 21:54:49pitroucreate