From ee6559436797032b816dfb8c6376c9a451014962 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 9 Jan 2019 10:44:07 -0500 Subject: bpo-35641: Move IDLE blurb to IDLE directory (#11479) --- Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst | 1 + Misc/NEWS.d/next/Library/2019-01-02-22-15-01.bpo-35641.QEaANl.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/IDLE/2019-01-02-22-15-01.bpo-35641.QEaANl.rst delete mode 100644 Misc/NEWS.d/next/Library/2019-01-02-22-15-01.bpo-35641.QEaANl.rst 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. diff --git a/Misc/NEWS.d/next/Library/2019-01-02-22-15-01.bpo-35641.QEaANl.rst b/Misc/NEWS.d/next/Library/2019-01-02-22-15-01.bpo-35641.QEaANl.rst deleted file mode 100644 index 5abba69..0000000 --- a/Misc/NEWS.d/next/Library/2019-01-02-22-15-01.bpo-35641.QEaANl.rst +++ /dev/null @@ -1 +0,0 @@ -Proper format `calltip` when the function has no docstring. -- cgit v0.12