summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-30 05:05:48 (GMT)
committerGitHub <noreply@github.com>2022-07-30 05:05:48 (GMT)
commitfa7904cb5232c67bb6dce04bfb7ab5ee0bd98134 (patch)
tree7e282edec252cc6b58a722b9f0624f6f7fef24c1 /Misc
parentf14ced6062ecdd3c654f3c558f79e1edf4f10cc8 (diff)
downloadcpython-fa7904cb5232c67bb6dce04bfb7ab5ee0bd98134.zip
cpython-fa7904cb5232c67bb6dce04bfb7ab5ee0bd98134.tar.gz
cpython-fa7904cb5232c67bb6dce04bfb7ab5ee0bd98134.tar.bz2
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 7e19e417b5df765dabab8d6550ec0e9d897c573e) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2022-07-29-11-08-52.gh-issue-95411.dazlqH.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2022-07-29-11-08-52.gh-issue-95411.dazlqH.rst b/Misc/NEWS.d/next/IDLE/2022-07-29-11-08-52.gh-issue-95411.dazlqH.rst
new file mode 100644
index 0000000..94ca8b2
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2022-07-29-11-08-52.gh-issue-95411.dazlqH.rst
@@ -0,0 +1 @@
+Enable using IDLE's module browser with .pyw files.