Python Tools for VS 2.2 RC Released
pytools.codeplex.com1 pointsby chupapuma0 comments
html = urllib_request.urlopen(
"https://www.pytosquatting.org/pingback/pypi/{}/".format(package_name)
)
raise Exception(
"This is a bogus package that should not be installed\n\n"
"Please read https://www.pytosquatting.org"
)