[issue9803] IDLE closes with save while breakpoint open

2012-07-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Roger! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue9803] IDLE closes with save while breakpoint open

2012-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47536beb7453 by Andrew Svetlov in branch '3.2': Issue #9803: Don't close IDLE on saving if breakpoint is open. http://hg.python.org/cpython/rev/47536beb7453 New changeset 28c935ded243 by Andrew Svetlov in branch 'default': Issue #9803: Don't close I

[issue9803] IDLE closes with save while breakpoint open

2012-07-30 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: -> asvetlov nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue9803] IDLE closes with save while breakpoint open

2012-07-18 Thread Roger Serwy
Roger Serwy added the comment: Attached is a patch to fix the issue. The ranges_to_linenumbers function relies on the results of text.tag_ranges. The returned tuple contains Tk textindex objects. While these objects contain a string, they are not string objects. Its .string value must be used

[issue9803] IDLE closes with save while breakpoint open

2012-07-18 Thread Roger Serwy
Roger Serwy added the comment: Reopening. I mistakenly closed this issue as a duplicate, but this issue involves breakpoints, unlike 6257. -- resolution: duplicate -> status: closed -> open superseder: Idle terminates on source save while debugging -> ___

[issue9803] IDLE closes with save while breakpoint open

2012-04-14 Thread Roger Serwy
Roger Serwy added the comment: This is a duplicate of #6257. -- nosy: +serwy resolution: -> duplicate status: open -> closed superseder: -> Idle terminates on source save while debugging ___ Python tracker __

[issue9803] IDLE closes with save while breakpoint open

2010-09-08 Thread James Hutchison
New submission from James Hutchison : I have multiple versions of python - 2.6.1 and 3.1.2. 2.6.1 is the primary install (i.e., right click on a file and "edit with IDLE" brings up 2.6), and was installed first. This issue occurs on 3.1.2, Windows XP 32-bit If I highlight a breakpoint, run wit