For example,
print urllib.urlopen('http://news.ycombinator.com/').read()
feels more like a language statement than a library call.
For example,
print urllib.urlopen('http://news.ycombinator.com/').read()
feels more like a language statement than a library call.