[New-bugs-announce] [issue13687] parse incorrect command line on windows 7

baleno report at bugs.python.org
Sat Dec 31 06:58:08 CET 2011


New submission from baleno <cui_y_x at 126.com>:

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']

----------
components: None
files: error.png
messages: 150410
nosy: balenocui
priority: normal
severity: normal
status: open
title: parse incorrect command line on windows 7
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file24116/error.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13687>
_______________________________________


More information about the New-bugs-announce mailing list