This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: parse incorrect command line on windows 7
Type: behavior Stage:
Components: None Versions: Python 3.2
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: balenocui
Priority: normal Keywords:

Created on 2011-12-31 05:58 by balenocui, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
error.png balenocui, 2011-12-31 05:58
Messages (2)
msg150410 - (view) Author: baleno (balenocui) Date: 2011-12-31 05:58
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']
msg150412 - (view) Author: baleno (balenocui) Date: 2011-12-31 07:25
% is escape characters for DOS,
History
Date User Action Args
2022-04-11 14:57:25adminsetgithub: 57896
2011-12-31 07:25:55balenocuisetstatus: open -> closed

messages: + msg150412
2011-12-31 05:58:08balenocuicreate