Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd1e3 commit b6be87fCopy full SHA for b6be87f
2 files changed
Lib/urllib2.py
@@ -1295,5 +1295,3 @@ def build_opener(self):
1295
if inspect.isclass(ph):
1296
ph = ph()
1297
opener.add_handler(ph)
1298
-
1299
Tools/msi/msilib.py
@@ -672,4 +672,3 @@ def set_arch_from_file(path):
672
else:
673
raise ValueError, "Unsupported architecture"
674
msi_type += ";1033"
675
0 commit comments