]> granicus.if.org Git - python/commit
bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jul 2019 18:59:19 +0000 (11:59 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 9 Jul 2019 18:59:19 +0000 (14:59 -0400)
commitb82188d9bad1774624cb1788dbdec2f0d7d65688
tree2c9be82bbf577be8c63c61452d965e55536ab200
parent68bd9c5691c4899d21cc7fe6cce7cd22b2f5ccb0
bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677)

After fcf1d00, IDLE startup failed with python compiled without docstrings.
(cherry picked from commit 6aeb2fe606408aae14c246470794f1303b3be812)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/test_run.py
Lib/idlelib/run.py