]> granicus.if.org Git - python/commit
bpo-32874: IDLE: add tests for pyparse (GH-5755)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Feb 2018 04:09:39 +0000 (20:09 -0800)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 04:09:39 +0000 (20:09 -0800)
commitc59bc98fb26ff1a2361f168a97da4a5f6c1e5b43
treed12d0815945dd99d414d3b6b5d228e067f7e641c
parent69607b4ecf917aea59632ff72695a97a6689ed8c
bpo-32874: IDLE: add tests for pyparse (GH-5755)

There are no code changes other than comments and docstrings.
(cherry picked from commit c84cf6c03fce1fb73bfaf91d7909f1c2708f14a2)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/idle_test/test_pyparse.py [new file with mode: 0644]
Lib/idlelib/pyparse.py
Misc/NEWS.d/next/IDLE/2018-02-19-10-56-41.bpo-32874.6pZ9Gv.rst [new file with mode: 0644]