htmllib Deprecated since version 2.6: The htmllib module has been removed in Python 3.0. urlib The urllib module has been split into parts and renamed in Python 3.0 to urllib.request, urllib.parse, and urllib.error. httplib The httplib module has been renamed to http.client in Python 3.0. The 2to3 tool will automatically adapt imports when converting your sources to 3.0. |
아무튼, 파이썬 프로젝트 분석시에 버전 정보가 애매모호하면 htmllib가 존재하면 2.6.x 대라고 이해하면 되겠다.(?)
[링크 : http://docs.python.org/contents.html]
[링크 : http://docs.python.org/library/htmllib.html]
[링크 : http://docs.python.org/library/urllib.html]
[링크 : http://docs.python.org/library/httplib.html]
'Programming > python(파이썬)' 카테고리의 다른 글
파이썬 속도 향상 psyco(Python speed up) (0) | 2010.03.02 |
---|---|
wxPython에 대하여 (0) | 2010.02.26 |
파이썬의 데이터 타입(딕셔너리,리스트,문자열) - python data types dictionary/list/string (0) | 2010.01.22 |
파이썬 종료하기 - how to exit python shell (0) | 2010.01.22 |
파이썬 람다 폼 - python lambda form/function (2) | 2010.01.22 |