diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-12-24 14:45:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 14:45:47 (GMT) |
commit | bdfb6943861431a79e63f0da2e6b3fe163c12bc7 (patch) | |
tree | 18ea678c9448cfe0fa193ccaf594b87abab98606 /Misc | |
parent | 0769f957514300a75be51fc6d1b963c8e359208b (diff) | |
download | cpython-bdfb6943861431a79e63f0da2e6b3fe163c12bc7.zip cpython-bdfb6943861431a79e63f0da2e6b3fe163c12bc7.tar.gz cpython-bdfb6943861431a79e63f0da2e6b3fe163c12bc7.tar.bz2 |
gh-100357: Convert several functions in `bltinsmodule` to AC (#100358)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-12-20-09-56-56.gh-issue-100357.hPyTwY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-12-20-09-56-56.gh-issue-100357.hPyTwY.rst b/Misc/NEWS.d/next/Core and Builtins/2022-12-20-09-56-56.gh-issue-100357.hPyTwY.rst new file mode 100644 index 0000000..fb25de6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-12-20-09-56-56.gh-issue-100357.hPyTwY.rst @@ -0,0 +1,2 @@ +Convert ``vars``, ``dir``, ``next``, ``getattr``, and ``iter`` to argument +clinic. |