[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2012-01-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2012-01-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I tested with 3.2.2 on Win7. Deletes prompt in editor window with both backspace and delete keys, but not prompt in shell. EditorWindow.py is identical in all three branches, at least in this area, so pushed. One nuisance gone. Thanks Roger. -- assig

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2012-01-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 95b704cb7f7c by Terry Jan Reedy in branch '2.7': #13039 allow proper deletion of '>>> ' in IDLE editor windows. http://hg.python.org/cpython/rev/95b704cb7f7c New changeset c6e7473b1fb5 by Terry Jan Reedy in branch '3.2': #13039 allow proper deletio

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2011-10-14 Thread Roger Serwy
Roger Serwy added the comment: Here's a patch. The smart_backspace_event code considers sys.ps1 even though it's not a PyShell instance. The "context_use_ps1" flag is already used to modify other behavior of the editor window when it is a PyShell instance, so it is appropriate to use it here

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2011-09-28 Thread Ezio Melotti
Ezio Melotti added the comment: Do you want to work on a patch? -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list ma

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2011-09-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Right. That is how I reconfirmed that the bug still exists in 3.2.2, and why I said it should be fixed. -- ___ Python tracker ___

[issue13039] IDLE editor: shell-like behaviour on line starting with ">>>"

2011-09-28 Thread etuardu
etuardu added the comment: Note that this does not affect just pasted code, you can reproduce it typing on a new line three greater-than signs plus a space, and then trying to use backspace. One might want to legitimately do that in a module docstring, e.g.: """This module provides this: >>>