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 orsenthil
Recipients jeffknupp, orsenthil
Date 2012-08-20.20:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345494021.0.0.363893398247.issue15743@psf.upfronthosting.co.za>
In-reply-to
Content
One change. get_method has only been changed not deprecated. Those test cases should not change and moreover the current change to assert against .method results in a failure too.  get_method would return "GET" when .method is None or empty.
History
Date User Action Args
2012-08-20 20:20:21orsenthilsetrecipients: + orsenthil, jeffknupp
2012-08-20 20:20:21orsenthilsetmessageid: <1345494021.0.0.363893398247.issue15743@psf.upfronthosting.co.za>
2012-08-20 20:20:16orsenthillinkissue15743 messages
2012-08-20 20:20:16orsenthilcreate