summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_fail.py
Commit message (Collapse)AuthorAgeFilesLines
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-1/+1
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+76
Ippolito. Closes issue #2750.