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 techtonik
Recipients techtonik
Date 2008-02-25.11:08:31
SpamBayes Score 0.017593464
Marked as misclassified No
Message-id <1203937729.17.0.846967390302.issue2188@psf.upfronthosting.co.za>
In-reply-to
Content
Patch documents that empty dictionary is used to make ProxyHandler()
with disabled proxy autodetection. Empty constructor doesn't give the
desired effect.

P.S. An ideal approach would be, of course, to change the API. Even
though it can be changed drastically the simple hack would look like:

class ProxyHandler([proxies][, autodetect=False])

Seems like it is better to leave API for Py3K refactoring issue, like #1333
History
Date User Action Args
2008-02-25 11:08:49techtoniksetspambayes_score: 0.0175935 -> 0.017593464
recipients: + techtonik
2008-02-25 11:08:49techtoniksetspambayes_score: 0.0175935 -> 0.0175935
messageid: <1203937729.17.0.846967390302.issue2188@psf.upfronthosting.co.za>
2008-02-25 11:08:33techtoniklinkissue2188 messages
2008-02-25 11:08:32techtonikcreate