I'm wondering if there's any difference between the code fragment
from urllib import request
and the fragment
import urllib.request
or if they are interchangeable. If they are interchangeable, which is the "standard"/"preferred" syntax (if there is one)?
Thanks!
sys.modules: take a look at this answer (at the end). (Maybe there's someone who can explain it better than me) – Rik Poggi Feb 25 '12 at 0:25