diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-27 23:20:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 23:20:13 -0700 |
commit | 86ef6fe2b64360a1a55a913a09b12f0a80e8c06d (patch) | |
tree | 7dab453f79008d378662eb8b3a3a1e6ed80921dc /Misc | |
parent | [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2... (diff) | |
download | cpython-86ef6fe2b64360a1a55a913a09b12f0a80e8c06d.tar.gz cpython-86ef6fe2b64360a1a55a913a09b12f0a80e8c06d.tar.bz2 cpython-86ef6fe2b64360a1a55a913a09b12f0a80e8c06d.zip |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-06-27-17-02-00.bpo-41144.JoFGIX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-06-27-17-02-00.bpo-41144.JoFGIX.rst b/Misc/NEWS.d/next/IDLE/2020-06-27-17-02-00.bpo-41144.JoFGIX.rst new file mode 100644 index 00000000000..ed558d3e7de --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-06-27-17-02-00.bpo-41144.JoFGIX.rst @@ -0,0 +1 @@ +Make Open Module open a special module such as os.path. |