New submission from Cheryl Sabella <chek...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue32939> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com