[New-bugs-announce] [issue32939] IDLE: self.use_context_ps1 defined in editor, but always False

Cheryl Sabella report at bugs.python.org
Sat Feb 24 10:52:53 EST 2018


New submission from Cheryl Sabella <chekat2 at gmail.com>:

In the EditorWindow in editor.py, there is an attribute called `self.context_use_ps1` that is only set to False.

Changed to an instance variable in:
https://github.com/python/cpython/commit/6af44986029c84c4c5df62a64c60a6ed978a3693 

Removed from pyshell in:
https://github.com/python/cpython/commit/e86172d63af5827a3c2b55b80351cb38a26190eb

----------
assignee: terry.reedy
components: IDLE
messages: 312727
nosy: csabella, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: self.use_context_ps1 defined in editor, but always False
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32939>
_______________________________________


More information about the New-bugs-announce mailing list