Commit ef556865 authored by Éric Araujo's avatar Éric Araujo

Merged revisions 86438 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86438 | eric.araujo | 2010-11-12 23:25:23 +0100 (ven., 12 nov. 2010) | 2 lines

  And now for something completely different: Finish fixing #10252 again.
........
parent 021d1508
......@@ -292,7 +292,6 @@ def query_vcvarsall(version, arch="x86"):
result[key] = removeDuplicates(value)
finally:
popen.stdin.close()
popen.stdout.close()
popen.stderr.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment