]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41144: Fix IDLE open module error (#21182)
authorE-Paine <63801254+E-Paine@users.noreply.github.com>
Sun, 28 Jun 2020 06:02:47 +0000 (08:02 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 06:02:47 +0000 (02:02 -0400)
commit8ab77c6f9fb6ef86af8f6b8722a2fcb37438edd0
treebf25f277a5e9edb8eaa2bc9aa3d4a1be8d2a614d
parent8df1016e2ef8c0a9f4d15bf7894c284295c99d9f
bpo-41144: Fix IDLE open module error (#21182)

Could not open os.path.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]