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.
Created on 2008年02月25日 11:08 by techtonik, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| urllib2.patch.txt | techtonik, 2008年02月25日 11:08 | |||
| Messages (2) | |||
|---|---|---|---|
| msg62976 - (view) | Author: anatoly techtonik (techtonik) | Date: 2008年02月25日 11:08 | |
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 |
|||
| msg64140 - (view) | Author: Sean Reifschneider (jafo) * (Python committer) | Date: 2008年03月20日 03:21 | |
Committed in rev 61663, thanks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46441 |
| 2008年03月20日 03:21:01 | jafo | set | status: open -> closed priority: normal resolution: accepted messages: + msg64140 nosy: + jafo |
| 2008年02月25日 11:08:33 | techtonik | create | |