[issue2188] [patch] urllib2 hint - disabled ProxyHandler()

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider [EMAIL PROTECTED] added the comment: Committed in rev 61663, thanks. -- nosy: +jafo priority: - normal resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2188

[issue2188] [patch] urllib2 hint - disabled ProxyHandler()

2008-02-25 Thread anatoly techtonik
New submission from anatoly techtonik: 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