summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-04-18 20:43:56 (GMT)
committerGitHub <noreply@github.com>2022-04-18 20:43:56 (GMT)
commit2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee (patch)
treee82f31904d4f2ecfb6c61d202d2bab0643bdca1a /Misc
parentdbd9d75fedfebb215fe3e2b60249ac642cc8abf2 (diff)
downloadcpython-2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee.zip
cpython-2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee.tar.gz
cpython-2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee.tar.bz2
gh-91102: Use Argument Clinic for EncodingMap (#31725)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-04-18-07-23-48.gh-issue-91102.vm-6g1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-04-18-07-23-48.gh-issue-91102.vm-6g1.rst b/Misc/NEWS.d/next/Core and Builtins/2022-04-18-07-23-48.gh-issue-91102.vm-6g1.rst
new file mode 100644
index 0000000..5f3897e
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-04-18-07-23-48.gh-issue-91102.vm-6g1.rst
@@ -0,0 +1 @@
+Use Argument Clinic for :class:`EncodingMap`. Patch by Oleg Iarygin.