summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authormpage <mpage@meta.com>2024-01-29 15:08:23 (GMT)
committerGitHub <noreply@github.com>2024-01-29 15:08:23 (GMT)
commitc87233fd3fa77067013c35328f8c4884f0567a59 (patch)
tree2cbe5e645566f48376129676c866df2afb466742 /Misc/NEWS.d
parente8b8f5e9c2da6a436360ce648061c90bdfcba863 (diff)
downloadcpython-c87233fd3fa77067013c35328f8c4884f0567a59.zip
cpython-c87233fd3fa77067013c35328f8c4884f0567a59.tar.gz
cpython-c87233fd3fa77067013c35328f8c4884f0567a59.tar.bz2
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-01-11-22-58-45.gh-issue-112050.hDuvDW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-01-11-22-58-45.gh-issue-112050.hDuvDW.rst b/Misc/NEWS.d/next/Core and Builtins/2024-01-11-22-58-45.gh-issue-112050.hDuvDW.rst
new file mode 100644
index 0000000..e5f3d5e
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-01-11-22-58-45.gh-issue-112050.hDuvDW.rst
@@ -0,0 +1 @@
+Convert :class:`collections.deque` to use Argument Clinic.