I\'m running into trouble with the module urllib (Python 3.6). Every time I use the module, I get a page\'s worth of errors.
what\'s wrong with urllib and how to fi
a dirty but fast hack like this do the job for me:
import ssl ssl._create_default_https_context = ssl._create_unverified_context