]> granicus.if.org Git - python/commit
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Feb 2018 02:59:53 +0000 (18:59 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 02:59:53 +0000 (18:59 -0800)
commitf409c9988e72eff7c0378ab5578f5edecb8b1855
tree466df92ee26bcb24cb2e266dcb82691dbb7d3625
parent8d9d4b57ae57baee4401cab6067ef22c0172661d
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)

Adjust tests and user modules to match.
(cherry picked from commit c29c03a34a9f3c82704b66f323ce5ea9dc89c8af)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/editor.py
Lib/idlelib/hyperparser.py
Lib/idlelib/idle_test/test_pyparse.py
Lib/idlelib/pyparse.py
Misc/NEWS.d/next/IDLE/2018-02-23-07-32-36.bpo-32916.4MsQ5F.rst [new file with mode: 0644]