From ec254e2b40d70242f7b1724867a4aac4219fdc08 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy
configuration, browsers, and other dialogs
The IDLE application is implemented in the idlelib package.
This is an optional module. +If it is missing from your copy of CPython, +look for documentation from your distributor (that is, +whoever provided Python to you). +If you are the distributor, see Requirements for optional modules.
IDLE has two main window types, the Shell window and the Editor window. It is @@ -516,7 +522,7 @@
IDLE can be invoked from the command line with various options. The general syntax is:
python -m idlelib [options] [file ...]