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 terry.reedy
Recipients c.v.horie, docs@python, epaine, terry.reedy
Date 2020-10-08.00:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602115631.38.0.890313460706.issue41968@roundup.psfhosted.org>
In-reply-to
Content
I agree that the doc needs more, but I am closing this as a duplicate of #31329, which is specifically doc about starting IDLE.  You can still answer Paine's questions here if you want.

File association: IDLE is not Python.  It is one of many Python-oriented editors and IDEs.  .py files are and by default should be associated for running with something that runs the file with python.exe.  On Windows, this is done via C:/Windows/py.exe.  The default version for double clicking is determined by a checkmark in the installer.

The Windows installer does associate .py files with IDLE for editing: rt click, edit with IDLE ....

idle.exe is not needed for starting idle.

I don't know what you mean by 'source format'.  IDLE is written in Python.  The directory structure is mostly implementation detail not relevant to using IDLE.  File are described in idlelib/README.txt.  This might be mentioned in the doc.
History
Date User Action Args
2020-10-08 00:07:11terry.reedysetrecipients: + terry.reedy, docs@python, epaine, c.v.horie
2020-10-08 00:07:11terry.reedysetmessageid: <1602115631.38.0.890313460706.issue41968@roundup.psfhosted.org>
2020-10-08 00:07:11terry.reedylinkissue41968 messages
2020-10-08 00:07:11terry.reedycreate