summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a6.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-22 18:52:57 (GMT)
committerGitHub <noreply@github.com>2023-09-22 18:52:57 (GMT)
commit8a82bff12c8e6c6c204c8a48ee4993d908ec4b73 (patch)
tree30a4069a1bf427dc5b856a44b8fd80abc7a1f481 /Misc/NEWS.d/3.11.0a6.rst
parentb28ffaa193efc66f46ab90d383279174a11a11d7 (diff)
downloadcpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.zip
cpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.tar.gz
cpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.tar.bz2
Docs: Update Donghee Na's name (#109743)
Diffstat (limited to 'Misc/NEWS.d/3.11.0a6.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a6.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.11.0a6.rst b/Misc/NEWS.d/3.11.0a6.rst
index fcec71c..52055b3 100644
--- a/Misc/NEWS.d/3.11.0a6.rst
+++ b/Misc/NEWS.d/3.11.0a6.rst
@@ -382,7 +382,7 @@ involving lots of brackets. Patch by Pablo Galindo.
.. section: Core and Builtins
:mod:`ctypes` now allocates memory on the stack instead of on the heap to
-pass arguments while calling a Python callback function. Patch by Dong-hee
+pass arguments while calling a Python callback function. Patch by Donghee
Na.
..
@@ -441,7 +441,7 @@ Add a missing call to ``va_end()`` in ``Modules/_hashopenssl.c``.
.. section: Core and Builtins
Use :c:func:`PyObject_Vectorcall` while calling ctypes callback function.
-Patch by Dong-hee Na.
+Patch by Donghee Na.
..
@@ -514,7 +514,7 @@ For performance, use the optimized string-searching implementations from
.. section: Library
:class:`~http.server.SimpleHTTPRequestHandler` now uses HTML5 grammar. Patch
-by Dong-hee Na.
+by Donghee Na.
..