httplib与urllib2有什么区别啊解决办法

httplib与urllib2有什么区别啊?
查到的是httplib专门处理与HTTP相关的。

我也觉得如果只是处理http的话 httplib确实方便点

不知大家怎么认为

------解决方案--------------------
httplib的文档第一句:

This module defines classes which implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib uses it to handle URLs that use HTTP and HTTPS.


------解决方案--------------------
urllib相当于在httplib上包装了用来处理web数据