This is my first ever Python script, so I assume I'm doing something wrong. But I can't find a clue in any of the tutorials or examples. The following code (so to speak):
import urllib
urllib.retrieve("http://zlib.net/zlib-1.2.8.tar.gz")
throws an error
AttributeError: 'module' object has no attribute 'retrieve'
How do I fix it? This is Python 3.3.