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 quiver
Recipients
Date 2004-09-11.01:55:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=671362

Looks fine to me.

FWI, the new installer made the associations on my PC as 
follows:

"C:\Python24\pythonw.exe" "C:\Python24\Lib\idlelib\idle.pyw" -
n -e "%1"

- py(Edit with Idle)
- pyw(Edit with Idle)

"C:\Python24\pythonw.exe" "%1"  %*

- py(open)
- pyc(open)
- pyo(open)
- pyw(open)


Many thanks for your work.
History
Date User Action Args
2007-08-23 14:25:58adminlinkissue1022010 messages
2007-08-23 14:25:58admincreate