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.

Author balenocui
Recipients balenocui
Date 2011-12-31.05:58:07
SpamBayes Score 8.6390986e-07
Marked as misclassified No
Message-id <1325311088.94.0.632588075426.issue13687@psf.upfronthosting.co.za>
In-reply-to
Content
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']
History
Date User Action Args
2011-12-31 05:58:09balenocuisetrecipients: + balenocui
2011-12-31 05:58:08balenocuisetmessageid: <1325311088.94.0.632588075426.issue13687@psf.upfronthosting.co.za>
2011-12-31 05:58:08balenocuilinkissue13687 messages
2011-12-31 05:58:08balenocuicreate