[issue10405] IDLE breakpoint facility undocumented

2012-10-20 Thread Ned Deily
Ned Deily added the comment: 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 up

[issue10405] IDLE breakpoint facility undocumented

2012-10-20 Thread Roundup Robot
Roundup Robot added the comment: 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 cont

[issue10405] IDLE breakpoint facility undocumented

2012-10-19 Thread Todd Rovito
Todd Rovito added the comment: This patch works for both Python 3.4 and Python 2.7, it is a very simple patch. -- versions: +Python 3.4 Added file: http://bugs.python.org/file27628/IDLEBreakPointDocumentation.patch ___ Python tracker

[issue10405] IDLE breakpoint facility undocumented

2012-10-19 Thread Todd Rovito
Changes by Todd Rovito : Removed file: http://bugs.python.org/file27627/IDLEBreakPointDocumentation2point7.patch ___ Python tracker ___ ___ P

[issue10405] IDLE breakpoint facility undocumented

2012-10-19 Thread Todd Rovito
Todd Rovito added the comment: 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. -- keywords: +patch type: -> enhancement versions: -Python 3.1, Python 3.2 Added f

[issue10405] IDLE breakpoint facility undocumented

2012-10-18 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue10405] IDLE breakpoint facility undocumented

2011-06-06 Thread Nick ODell
Nick ODell added the comment: 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? -- nosy: +Nick.ODell Added file: http://bugs.python.org/file22268/idle.r

[issue10405] IDLE breakpoint facility undocumented

2010-11-20 Thread Ned Deily
Ned Deily added the comment: I'd rather see the wording come from more experienced users of IDLE and on other platforms. -- ___ Python tracker ___ _

[issue10405] IDLE breakpoint facility undocumented

2010-11-20 Thread Éric Araujo
Éric Araujo added the comment: Can you propose a patch, as a diff or even plain English in a reply? -- nosy: +eric.araujo ___ Python tracker ___

[issue10405] IDLE breakpoint facility undocumented

2010-11-13 Thread Ned Deily
New submission from Ned Deily : 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),