diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 9e87704c286252..8249eeb15ccea9 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -37,6 +37,11 @@ IDLE has the following features: * configuration, browsers, and other dialogs +The IDLE application is implemented in the :mod:`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. + Menus ----- diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index fc618ab727d1fb..822ee99479c9dd 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -16,6 +16,9 @@ of global and local namespaces

  • 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.