Message101596
| 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:36 | tomzych | set | recipients: + tomzych, amaury.forgeotdarc, JT.Johnson |
| 2010-03-23 19:49:36 | tomzych | set | messageid: <1269373776.2.0.419736083235.issue7936@psf.upfronthosting.co.za> |
| 2010-03-23 19:49:34 | tomzych | link | issue7936 messages |
| 2010-03-23 19:49:34 | tomzych | create | |