]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Jun 2019 19:35:53 +0000 (12:35 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 19:35:53 +0000 (12:35 -0700)
commitb4e0bfd4778e142f037f50c19c4bb5bd123b4641
tree6f356a18add8e64782b6b767446fa40a92a9060e
parentc76add7afd68387aa2481d672e1c0d7e7b4c9afc
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)

Changes in bpo- 31858 made the less informative 'context_use_ps1' redundant.
(cherry picked from commit 6bdc4dee01788599808c7858e2fe9fdd72cf6792)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/hyperparser.py
Lib/idlelib/idle_test/test_autocomplete.py
Lib/idlelib/idle_test/test_hyperparser.py
Lib/idlelib/idle_test/test_parenmatch.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-06-02-14-10-52.bpo-35610.0w_v6Y.rst [new file with mode: 0644]