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年03月14日 15:47 by mark.dickinson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg63529 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2008年03月14日 15:47 | |
Grant Edwards pointed out in a comp.lang.python posting that the documentation for urlopen in the urllib module appears to be self- contradictory: at http://docs.python.org/dev/library/urllib.html in the third-to-last paragraph for the urllib function, it says: "Alternatively, the optional proxies argument may be used to explicitly specify proxies..." and goes on to give examples. Then the second-to-last paragraph seems to directly contradict this: "The urlopen() function does not support explicit proxy specification. If you need to override environmental proxy settings, use URLopener, or a subclass such as FancyURLopener." I suspect that this second paragraph should just be deleted in its entirety. |
|||
| msg63541 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月14日 23:10 | |
Thanks, fixed in r61392. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46541 |
| 2008年03月14日 23:10:54 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg63541 |
| 2008年03月14日 16:10:52 | mark.dickinson | set | title: Confusing documentation for urllip.urlopen -> Confusing documentation for urllib.urlopen |
| 2008年03月14日 15:47:46 | mark.dickinson | create | |