[issue31329] Add idlelib module entry to doc

2020-10-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I closed #41968 as a duplicate of this. -- nosy: -louielu ___ Python tracker ___ ___ Python-bugs

[issue31329] Add idlelib module entry to doc

2019-03-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: See also #14944, about the Using doc. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue31329] Add idlelib module entry to doc

2019-03-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ _

[issue31329] Add idlelib module entry to doc

2017-09-04 Thread Louie Lu
Changes by Louie Lu : -- nosy: +louielu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue31329] Add idlelib module entry to doc

2017-09-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Also document in idle doc that 'import idlelib.idle' is the programmatic API, and that icons and context menus may be available. In any case, add more information on 'How to start IDLE'. -- ___ Python tracker

[issue31329] Add idlelib module entry to doc

2017-09-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: See also: http://bugs.python.org/issue31319 A cleaner command-line startup would be: python -m idle -- nosy: +rhettinger ___ Python tracker __

[issue31329] Add idlelib module entry to doc

2017-09-01 Thread Terry J. Reedy
New submission from Terry J. Reedy: If this were a new section in idle.rst, it would appear with the IDLE doc displayed by Help IDLE. Being present there has its +s and -s. Would have to see how it works here as well as online. In any case, it would be good to have something indexed under I i