]> granicus.if.org Git - python/commit
fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 May 2011 22:05:58 +0000 (00:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 May 2011 22:05:58 +0000 (00:05 +0200)
commit8914fed8424f0780fea9a75b5f7fb27bc9e286ec
tree8601a647624b540d3c250c34da7cabb69f1eb11e
parent9999185447625978db704950e6511c28eaf58de9
fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str

Don't encode the path list
Lib/packaging/compiler/msvc9compiler.py