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 vstinner
Recipients bob.ippolito, pitrou, vstinner
Date 2009-10-23.23:33:58
SpamBayes Score 0.00013124198
Marked as misclassified No
Message-id <1256340842.93.0.0119092180559.issue6986@psf.upfronthosting.co.za>
In-reply-to
Content
pitrou> There is actually a Lib/json/tests/ directory contain all 
pitrou> JSON tests, you should add yours there.

My patch creates the file Lib/json/tests/test__json.py. Do you mean
that I should add the new tests to an existing file? Which one?
History
Date User Action Args
2009-10-23 23:34:03vstinnersetrecipients: + vstinner, bob.ippolito, pitrou
2009-10-23 23:34:02vstinnersetmessageid: <1256340842.93.0.0119092180559.issue6986@psf.upfronthosting.co.za>
2009-10-23 23:33:58vstinnerlinkissue6986 messages
2009-10-23 23:33:58vstinnercreate