2005年09月02日 星期五 19:35
怎样才能让urllib.urlopen不使用ie的默认代理, 经常都要是动去把代理关了, 这样搞起是在是麻烦 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050902/35a27924/attachment.html
2005年09月02日 星期五 20:28
在 05-9-2,panhudie<nirvana117 at gmail.com> 写道: > 怎样才能让urllib.urlopen不使用ie的默认代理, 经常都要是动去把代理关了, 这样搞起是在是麻烦 在urllib的文档中有一个示例: filehandle = urllib.urlopen(some_url, proxies={}) 这样就可以了。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年09月02日 星期五 20:51
感谢. 刚才也在11.4 urllib文档里面找到了这个 (不过如果不知道urlopen默认是用ie的代理的话,这个可能就会是个bug, 还有这个功能好像也不太符合"Explicit is better than implicit.") On 9/2/05, limodou <limodou at gmail.com> wrote: > > > 在urllib的文档中有一个示例: > > filehandle = urllib.urlopen(some_url, proxies={}) > > 这样就可以了。 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050902/40bf3bb6/attachment.htm
2005年09月03日 星期六 03:50
我估计这是微软的类库默认调用ie的代理。Python默认就用OS的类库,所以也这样了。 On 9/2/05, panhudie <nirvana117 at gmail.com> wrote: > 感谢. > 刚才也在11.4 urllib文档里面找到了这个 > (不过如果不知道urlopen默认是用ie的代理的话,这个可能就会是个bug, > 还有这个功能好像也不太符合"Explicit is better than implicit.") > > > > On 9/2/05, limodou <limodou at gmail.com> wrote: > > > > 在urllib的文档中有一个示例: > > > > filehandle = urllib.urlopen(some_url, proxies={}) > > > > 这样就可以了。 > > > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
Zeuux © 2025
京ICP备05028076号