-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup & Usage documentation for pydoc & IDLE #59149
Comments
pydoc is installed as a script by Python. It should be documented under http://docs.python.org/dev/using/index.html. |
Same goes for idle and 2to3. These may just be cross-references to the relevant module documentation rather than completely new text. |
I second the motion for IDLE. There is no module doc for it. Off the top of my head, there should be a general section that
Then for each system,
Windows: (what I use) *nix: mac: (ned daily) |
http://docs.python.org/py3k/library/idle.html (duplicates much of the IDLE help file) |
Hmm, how did I miss that?? Well better to reference that, and maybe revise it. I believe there may also be another .txt document in idlelib. Anyway, perhaps there should first be a section on tkinter by itself, and how to get the tcl/tk it depends on. Mention that optional part of Windows install, so tkinter will likely not work if unselected from installer. |
I'm assuming that this still applies to 3.4 and 2.7. |
I am not sure where installed scripts are documented in Using Python. 'idle' and 'idle3' are not installed on Windows. |
idle.html, derived from idle.rst, is now the IDLE help file. pip also has pip3 command; perhaps ensurepip should be mentioned. |
2to3 is deprecated in 3.11 and removed in 3.13: |
IDLE does not come installed by default on Linux systems, maybe a note under using/unix would be a good addition? It is also not clear what this issue is about as there was some discussion, could you please clarify what we need to close this? |
@ncoghlan If you want to pursue pydoc doc, perhaps a new issue, since this got dominated by IDLE? On Windows, the 'Installing icons' option installs @StanFromIreland I copied most of #59149 (comment) to an IDLE issues draft issue. |
…itors (#130003) Co-authored-by: Petr Viktorin <encukou@gmail.com> --------- Co-authored-by: Petr Viktorin <encukou@gmail.com>
… in Editors (pythonGH-130003) Co-authored-by: Petr Viktorin <encukou@gmail.com> --------- (cherry picked from commit 555ee43) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
… in Editors (pythonGH-130003) Co-authored-by: Petr Viktorin <encukou@gmail.com> --------- (cherry picked from commit 555ee43) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
@ncoghlan close or leave open? |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: