10 lines
No EOL
303 B
Python
10 lines
No EOL
303 B
Python
"""
|
|
The htmlcontent service in pure Python. STUPID NAME!!!
|
|
"""
|
|
|
|
# http://pycurl.sourceforge.net/ --- seems old...
|
|
# http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/
|
|
#
|
|
# maybe better: http://docs.python.org/2/library/urllib.html
|
|
#
|
|
# or look at tcpconnect.py! could be useful to. |