]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41144: Fix IDLE open module error (GH-21182)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Jun 2020 06:22:05 +0000 (23:22 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 06:22:05 +0000 (23:22 -0700)
commit1497bf66f9b043e6db3801b1512cfbdeaaaa6650
tree9d2bdae9b427a415b56093bde5bd764396e537f7
parent6e39999a246a019a356e1befcdfd3d54a52cb7b5
bpo-41144: Fix IDLE open module error (GH-21182)

Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 8ab77c6f9fb6ef86af8f6b8722a2fcb37438edd0)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_query.py
Lib/idlelib/query.py
Misc/NEWS.d/next/IDLE/2020-06-27-17-02-00.bpo-41144.JoFGIX.rst [new file with mode: 0644]