summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/compiler/msvc9compiler.py
Commit message (Collapse)AuthorAgeFilesLines
* fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a strVictor Stinner2011-05-191-2/+1
| | | | Don't encode the path list
* fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
|
* fixed the path splittingTarek Ziade2011-05-191-1/+2
|
* make sure split() is called before the encodingTarek Ziade2011-05-191-1/+1
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+720