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 r.david.murray
Recipients BreamoreBoy, akuchling, bwmcadams, cjw296, dieresys, georg.brandl, jjlee, kristjan.jonsson, orsenthil, r.david.murray, santoso.wijaya
Date 2011-06-23.01:44:10
SpamBayes Score 3.3146458e-10
Marked as misclassified No
Message-id <1308793451.53.0.124456053166.issue2202@psf.upfronthosting.co.za>
In-reply-to
Content
One question is whether this is a bug fix or a feature request.

Other than that, I'd like to see the test classes collapsed into a single test class, considering that each one only has a single test in it.  Probably ProxyAuthTests should be refactored so that the stuff that is currently in setUp is a method that gets called with appropriate parameters instead, and all the new tests moved on to ProxyAuthTests.

Also, a version of the patch for 3.x would be most helpful, since it won't port cleanly due to the renamings.
History
Date User Action Args
2011-06-23 01:44:11r.david.murraysetrecipients: + r.david.murray, akuchling, georg.brandl, jjlee, orsenthil, kristjan.jonsson, cjw296, bwmcadams, dieresys, santoso.wijaya, BreamoreBoy
2011-06-23 01:44:11r.david.murraysetmessageid: <1308793451.53.0.124456053166.issue2202@psf.upfronthosting.co.za>
2011-06-23 01:44:11r.david.murraylinkissue2202 messages
2011-06-23 01:44:10r.david.murraycreate