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 docs@python, orsenthil, rfk
Date 2011-03-09.02:39:53
SpamBayes Score 0.0015937387
Marked as misclassified No
Message-id <1299638394.71.0.651026189021.issue11448@psf.upfronthosting.co.za>
In-reply-to
Content
I am not able to understand what you mean by 'endpoint'.

Actually, when using tunnels people understand that they often 'tunnel through' the proxy server and here is an example code from the tests which is going to use the set_tunnel method.

ph = urllib.request.ProxyHandler(dict(https="proxy.example.com:3128"))
o.add_handler(ph)

It is the proxy server and port. (Is 3128 called the endpoint of proxy?)

Could you please provide some more information on your interpretation and the behavior you observed?
History
Date User Action Args
2011-03-09 02:39:54orsenthilsetrecipients: + orsenthil, rfk, docs@python
2011-03-09 02:39:54orsenthilsetmessageid: <1299638394.71.0.651026189021.issue11448@psf.upfronthosting.co.za>
2011-03-09 02:39:53orsenthillinkissue11448 messages
2011-03-09 02:39:53orsenthilcreate