]> 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 03:16:00 +0000 (19:16 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 03:16:00 +0000 (19:16 -0800)
commitcd2112f0b9ce3d1a8cff61c16a9208115fb1dbf4
tree46700f0345e940664a1cc8faf9f532263d62c06a
parentcffe0467ab7b164739693598826bd3860f01b11f
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]