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.
Created on 2010年11月13日 08:54 by ned.deily, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| idle.rst | Nick.ODell, 2011年06月06日 23:19 | Python-3.2.tar.bz2\Python-3.2\Doc\library\ | ||
| IDLEBreakPointDocumentation.patch | Todd.Rovito, 2012年10月20日 05:49 | review | ||
| Messages (8) | |||
|---|---|---|---|
| msg121121 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2010年11月13日 08:54 | |
In neither the IDLE section of the Library Reference nor in IDLE's own help file is there any documentation on how to use its breakpoint capability. Since the menu options only appear if the user knows to Right-click (or Control-click on OS X - see issue10404), it would be easy for a user to never realize that the breakpoint capability exists. |
|||
| msg121849 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年11月21日 03:17 | |
Can you propose a patch, as a diff or even plain English in a reply? |
|||
| msg121854 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2010年11月21日 03:32 | |
I'd rather see the wording come from more experienced users of IDLE and on other platforms. |
|||
| msg137781 - (view) | Author: Nick ODell (Nick.ODell) | Date: 2011年06月06日 23:19 | |
I've added a short note regarding breakpoints in Doc/library/idle.rst Ned, I'm not an experienced user with IDLE by any means, but I think some documentation is better than none, no? |
|||
| msg173369 - (view) | Author: Todd Rovito (Todd.Rovito) * | Date: 2012年10月20日 05:19 | |
Nick, I agree some documentation is better than none. But somebody could do better I am not sure how to debug in IDLE. I have taken your file and created a 2.7 patch. |
|||
| msg173370 - (view) | Author: Todd Rovito (Todd.Rovito) * | Date: 2012年10月20日 05:49 | |
This patch works for both Python 3.4 and Python 2.7, it is a very simple patch. |
|||
| msg173411 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月20日 20:28 | |
New changeset c0a423ce4b96 by Ned Deily in branch '2.7': Issue #10405: Document IDLE context menus in Standard Library document http://hg.python.org/cpython/rev/c0a423ce4b96 New changeset 566b7574becb by Ned Deily in branch '3.2': Issue #10405: Document IDLE context menus in Standard Library document http://hg.python.org/cpython/rev/566b7574becb New changeset 85c4d21f7454 by Ned Deily in branch '3.3': Issue #10405: merge from 3.2 http://hg.python.org/cpython/rev/85c4d21f7454 New changeset ea7849650fd1 by Ned Deily in branch 'default': Issue #10405: merge from 3.3 http://hg.python.org/cpython/rev/ea7849650fd1 |
|||
| msg173412 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年10月20日 20:36 | |
Thanks for your suggestions, Nick and Todd. While reviewing them, I realized that there is also a small context (right-click) menu for the IDLE shell window as well. I expanded the doc changes to include it and included several other minor doc updates. I also updated the builtin IDLE Help file. By the way, if you haven't already and wish to contribute patches, please be sure to sign a PSF contributor agreement (http://www.python.org/psf/contrib/). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:08 | admin | set | github: 54614 |
| 2012年10月20日 20:36:01 | ned.deily | set | status: open -> closed versions: + Python 3.2, Python 3.3 type: enhancement -> messages: + msg173412 resolution: fixed stage: resolved |
| 2012年10月20日 20:28:51 | python-dev | set | nosy:
+ python-dev messages: + msg173411 |
| 2012年10月20日 05:49:37 | Todd.Rovito | set | files:
+ IDLEBreakPointDocumentation.patch messages: + msg173370 versions: + Python 3.4 |
| 2012年10月20日 05:48:58 | Todd.Rovito | set | files: - IDLEBreakPointDocumentation2point7.patch |
| 2012年10月20日 05:19:52 | Todd.Rovito | set | files:
+ IDLEBreakPointDocumentation2point7.patch versions: - Python 3.1, Python 3.2 messages: + msg173369 keywords: + patch type: enhancement |
| 2012年10月18日 15:33:34 | Todd.Rovito | set | nosy:
+ Todd.Rovito |
| 2011年06月06日 23:19:37 | Nick.ODell | set | files:
+ idle.rst nosy: + Nick.ODell messages: + msg137781 |
| 2010年11月21日 03:32:36 | ned.deily | set | messages: + msg121854 |
| 2010年11月21日 03:17:30 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg121849 |
| 2010年11月13日 08:54:33 | ned.deily | create | |