summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_recursion.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP 8 nits in json packageBenjamin Peterson2008-05-061-0/+2
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+65
Ippolito. Closes issue #2750.