Message 150410 - Python tracker (original) (raw)
i just tested python2.7.2 and python 3.2.2 on windows 7,this bugs at all version.
my test code: import sys print(sys.argv)
command line: test.py "%cc%cd%bd"
command result: ['E:\Codes\test.py', '%ccE:\Codesbd']