summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.12.0b1.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-24 11:52:26 (GMT)
committerGitHub <noreply@github.com>2023-09-24 11:52:26 (GMT)
commit722660b48bc380d042ad2e67bf97742b656da4ba (patch)
tree9f4209b7f0451baa7cfb574d7d4a0b3163bdbe7a /Misc/NEWS.d/3.12.0b1.rst
parent633bd6e428fa9d2f1c868a3b02b466f69151d1bf (diff)
downloadcpython-722660b48bc380d042ad2e67bf97742b656da4ba.zip
cpython-722660b48bc380d042ad2e67bf97742b656da4ba.tar.gz
cpython-722660b48bc380d042ad2e67bf97742b656da4ba.tar.bz2
[3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)
* Update Donghee Na's name in Docs/ * Update Donghee Na's name in Misc/ACKS * Update Donghee Na's name in Misc/NEWS.d/
Diffstat (limited to 'Misc/NEWS.d/3.12.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.12.0b1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index 23540f7..4bd2c52 100644
--- a/Misc/NEWS.d/3.12.0b1.rst
+++ b/Misc/NEWS.d/3.12.0b1.rst
@@ -213,7 +213,7 @@ attribute.
.. section: Core and Builtins
Reduce object creation while calling callback function from gc. Patch by
-Dong-hee Na.
+Donghee Na.
..
@@ -464,7 +464,7 @@ unpickled.
.. section: Core and Builtins
Migrate :meth:`~ssl.SSLContext.set_ecdh_curve` method not to use deprecated
-OpenSSL APIs. Patch by Dong-hee Na.
+OpenSSL APIs. Patch by Donghee Na.
..
@@ -2073,7 +2073,7 @@ Define ``.PHONY`` / virtual make targets consistently and properly.
.. nonce: -W9BJS
.. section: Build
-Add gcc fallback of mkfifoat/mknodat for macOS. Patch by Dong-hee Na.
+Add gcc fallback of mkfifoat/mknodat for macOS. Patch by Donghee Na.
..
@@ -2372,7 +2372,7 @@ Add a new C-API function to eagerly assign a version tag to a PyTypeObject:
.. section: C API
:c:func:`PyObject_GC_Resize` should calculate preheader size if needed.
-Patch by Dong-hee Na.
+Patch by Donghee Na.
..