diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-06-16 21:20:56 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-16 21:20:56 (GMT) |
commit | 9d49f85064c388e2dddb9f8cb4ae1f486bc8d357 (patch) | |
tree | 76f906b15f88af9003964092d0228b75b9ba569b /Misc | |
parent | 17a0088e2680e12ce2c5f2ffc6b71766299e38d5 (diff) | |
download | cpython-9d49f85064c388e2dddb9f8cb4ae1f486bc8d357.zip cpython-9d49f85064c388e2dddb9f8cb4ae1f486bc8d357.tar.gz cpython-9d49f85064c388e2dddb9f8cb4ae1f486bc8d357.tar.bz2 |
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Make it the same as when one runs 'python'.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-06-16-21-54-45.bpo-33856.TH8WHU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-16-21-54-45.bpo-33856.TH8WHU.rst b/Misc/NEWS.d/next/IDLE/2018-06-16-21-54-45.bpo-33856.TH8WHU.rst new file mode 100644 index 0000000..058f96e --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-06-16-21-54-45.bpo-33856.TH8WHU.rst @@ -0,0 +1 @@ +Add "help" in the welcome message of IDLE |