Tom Zych added the comment:
The problem went away by itself after a while. I suspect a Windows update.
--
___
Python tracker
<http://bugs.python.org/issue7
Tom Zych added the comment:
No joy :(
I tried putting double-quotes around %%*, that didn't work either. Tried
single-quotes too, just in case it works like a Bourne-type shell.
BTW I forgot to set 3.1 on my earlier message.
That business about having to double the % rings a faint bell
Tom Zych added the comment:
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,
releaselev