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 tomzych
Recipients JT.Johnson, amaury.forgeotdarc, tomzych
Date 2010-03-23.19:49:34
SpamBayes Score 0.005350046
Marked as misclassified No
Message-id <1269373776.2.0.419736083235.issue7936@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting something like this on Windows 7:

C:\>assoc .py
.py=Python.File

C:\>ftype Python.File
Python.File="C:\Python31\py31.exe" "%1" %*

C:\>args.py 1 2 3
Python version: sys.version_info(major=3, minor=1, micro=1, releaselevel='final', serial=0)
Command-line args: 1
['C:\\args.py']

C:\>\python31\py31 args.py 1 2
Python version: sys.version_info(major=3, minor=1, micro=1, releaselevel='final', serial=0)
Command-line args: 3
['args.py', '1', '2']
History
Date User Action Args
2010-03-23 19:49:36tomzychsetrecipients: + tomzych, amaury.forgeotdarc, JT.Johnson
2010-03-23 19:49:36tomzychsetmessageid: <1269373776.2.0.419736083235.issue7936@psf.upfronthosting.co.za>
2010-03-23 19:49:34tomzychlinkissue7936 messages
2010-03-23 19:49:34tomzychcreate