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.

Author roger.serwy
Recipients etuardu, ezio.melotti, roger.serwy, terry.reedy
Date 2011-10-14.16:40:47
SpamBayes Score 0.0011295283
Marked as misclassified No
Message-id <1318610448.61.0.27521842163.issue13039@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-14 16:40:48roger.serwysetrecipients: + roger.serwy, terry.reedy, ezio.melotti, etuardu
2011-10-14 16:40:48roger.serwysetmessageid: <1318610448.61.0.27521842163.issue13039@psf.upfronthosting.co.za>
2011-10-14 16:40:48roger.serwylinkissue13039 messages
2011-10-14 16:40:47roger.serwycreate