added tcpconnect service. this code could be useful for htmlcontent too.

This commit is contained in:
Johannes Findeisen 2013-05-30 04:53:10 +02:00
commit 2c80f1c1b8
2 changed files with 38 additions and 1 deletions

View file

@ -5,4 +5,6 @@ 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
# maybe better: http://docs.python.org/2/library/urllib.html
#
# or look at tcpconnect.py! could be useful to.