diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-10-27 01:15:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 01:15:10 (GMT) |
commit | e3f90b217a5152275b180b466bd503658a734462 (patch) | |
tree | 19ba862533cd43f0e1600e29112c96337815ed50 /Misc/NEWS.d/next/IDLE | |
parent | 894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf (diff) | |
download | cpython-e3f90b217a5152275b180b466bd503658a734462.zip cpython-e3f90b217a5152275b180b466bd503658a734462.tar.gz cpython-e3f90b217a5152275b180b466bd503658a734462.tar.bz2 |
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-10-26-18-16-24.bpo-38598.6kH9FY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-10-26-18-16-24.bpo-38598.6kH9FY.rst b/Misc/NEWS.d/next/IDLE/2019-10-26-18-16-24.bpo-38598.6kH9FY.rst new file mode 100644 index 0000000..5d04e4a --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-10-26-18-16-24.bpo-38598.6kH9FY.rst @@ -0,0 +1 @@ +Do not try to compile IDLE shell or output windows |