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 martin.panter
Recipients Unit03, martin.panter, serhiy.storchaka
Date 2016-05-25.11:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464176408.85.0.858149731993.issue27105@psf.upfronthosting.co.za>
In-reply-to
Content
I don’t see why test() should be a special case. A few of the other functions seem to be just for debugging and testing too, e.g. print_environ().

Is there any advantage to having the test case in a separate MiscTestCase class, as opposed to the existing CgiTests class?
History
Date User Action Args
2016-05-25 11:40:08martin.pantersetrecipients: + martin.panter, serhiy.storchaka, Unit03
2016-05-25 11:40:08martin.pantersetmessageid: <1464176408.85.0.858149731993.issue27105@psf.upfronthosting.co.za>
2016-05-25 11:40:08martin.panterlinkissue27105 messages
2016-05-25 11:40:08martin.pantercreate