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

2012-01-15 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 deletion of ' ' in IDLE editor windows.
http://hg.python.org/cpython/rev/c6e7473b1fb5

New changeset 6099d9dd0c26 by Terry Jan Reedy in branch 'default':
Merge with 3.2 #13039 allow proper deletion of ' ' in IDLE editor windows.
http://hg.python.org/cpython/rev/6099d9dd0c26

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-15 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu 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.

--
assignee:  - terry.reedy
resolution:  - fixed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-15 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-10-14 Thread Roger Serwy

Roger Serwy roger.se...@gmail.com 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 as well.

--
keywords: +patch
nosy: +serwy
Added file: http://bugs.python.org/file23407/patch13039.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-09-28 Thread etuardu

etuardu edo...@gmail.com 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:
 foo()
True


--
title: IDLE3 editor: shell-like behaviour on line starting with  - IDLE 
editor: shell-like behaviour on line starting with 

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-09-28 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu 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 rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-09-28 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Do you want to work on a patch?

--
nosy: +ezio.melotti

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13039
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com