diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-01-09 15:44:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 15:44:07 (GMT) |
commit | ee6559436797032b816dfb8c6376c9a451014962 (patch) | |
tree | c21f66b2746611f9bdd41d89fe8a80c862634e46 /Misc/NEWS.d/next/IDLE | |
parent | cbb16459934eaf29c7c7d362939cd05550b2f21f (diff) | |
download | cpython-ee6559436797032b816dfb8c6376c9a451014962.zip cpython-ee6559436797032b816dfb8c6376c9a451014962.tar.gz cpython-ee6559436797032b816dfb8c6376c9a451014962.tar.bz2 |
bpo-35641: Move IDLE blurb to IDLE directory (#11479)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst b/Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst new file mode 100644 index 0000000..5abba69 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst @@ -0,0 +1 @@ +Proper format `calltip` when the function has no docstring. |