| Home | Trees | Indices | Help |
|---|
|
|
1 """ 2 The htmlcontent service in pure Python. STUPID NAME!!! 3 """ 4 5 # http://pycurl.sourceforge.net/ --- seems old... 6 # http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/ 7 # 8 # maybe better: http://docs.python.org/2/library/urllib.html 9 # 10 # or look at tcpconnect.py! could be useful to. 11
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 30 04:54:05 2013 | http://epydoc.sourceforge.net |