summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst b/Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst
deleted file mode 100644
index e805332efb..0000000000
--- a/Misc/NEWS.d/next/Library/2020-06-01-02-16-29.bpo-39314.0T9hlA.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:class:`rlcompleter.Completer` and the standard Python shell now close the
-parenthesis for functions that take no arguments. Patch contributed by RĂ©mi
-Lapeyre.