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 AndrewTrick, cameron, chrisl, djc, doko, dpeterson, facundobatista, kxroberto, matb, mihalis68, mjpieters, mwilck, nfl, orsenthil, poeml, vila
Date 2008-09-01.16:10:58
SpamBayes Score 8.521641e-06
Marked as misclassified No
Message-id <1220285459.31.0.561905633455.issue1424152@psf.upfronthosting.co.za>
In-reply-to
Content
Test issue1424152-py26-test_urllib2net.diff and
issue1424152-py3k-test_urllib2net.diff patches has a dependency on
Issue1251 for failure scenarios.

Issue1251 deals with ssl module not support non-blocking handshakes. So,
when the HTTPS environment is NOT SET, while HTTPS Proxy is used, this
test will try to a do_handshake()  in ssl module and will return as it
wont get timed-out. 

This test case can be included after Issue1251 is fixed.
History
Date User Action Args
2008-09-01 16:10:59orsenthilsetrecipients: + orsenthil, doko, facundobatista, mjpieters, kxroberto, vila, djc, mwilck, chrisl, mihalis68, dpeterson, poeml, cameron, matb, nfl, AndrewTrick
2008-09-01 16:10:59orsenthilsetmessageid: <1220285459.31.0.561905633455.issue1424152@psf.upfronthosting.co.za>
2008-09-01 16:10:58orsenthillinkissue1424152 messages
2008-09-01 16:10:58orsenthilcreate