[issue13687] parse incorrect command line on windows 7

2011-12-30 Thread baleno
baleno added the comment: % is escape characters for DOS, -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue13687> ___ ___ Python-

[issue13687] parse incorrect command line on windows 7

2011-12-30 Thread baleno
New submission from baleno : 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'] -- com