]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 29 Dec 2018 01:19:32 +0000 (17:19 -0800)
committerGitHub <noreply@github.com>
Sat, 29 Dec 2018 01:19:32 +0000 (17:19 -0800)
commit95dc4577c3a1bb12978de5234aaf07839f4d7844
tree1cb3acc4a8c62959b11f834b53c8471288e349ac
parentb716c716b5d5dc630d85dd16ca6526948745c020
bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346)

The attribute is still used in other modules.
(cherry picked from commit 4bc246786f003cdf1fffb3403b4cd92fc42ba9ef)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2018-12-28-17-16-33.bpo-34055.TmmpzR.rst [new file with mode: 0644]