Skip to content

Commit 7f01b1f

Browse files
author
github-actions[bot]
committed
[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/ CPython-sync-commit: 722660b48bc380d042ad2e67bf97742b656da4ba
1 parent 282c438 commit 7f01b1f

File tree

6 files changed

+139
-139
lines changed

6 files changed

+139
-139
lines changed

.pot/whatsnew/3.10.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-22 14:36+0000\n"
11+
"POT-Creation-Date: 2023-09-24 21:48+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -659,7 +659,7 @@ msgid "Hashes of NaN values of both :class:`float` type and :class:`decimal.Deci
659659
msgstr ""
660660

661661
#: ../../whatsnew/3.10.rst:880
662-
msgid "A :exc:`SyntaxError` (instead of a :exc:`NameError`) will be raised when deleting the :const:`__debug__` constant. (Contributed by Dong-hee Na in :issue:`45000`.)"
662+
msgid "A :exc:`SyntaxError` (instead of a :exc:`NameError`) will be raised when deleting the :const:`__debug__` constant. (Contributed by Donghee Na in :issue:`45000`.)"
663663
msgstr ""
664664

665665
#: ../../whatsnew/3.10.rst:883
@@ -1018,7 +1018,7 @@ msgid "Add :func:`os.splice()` that allows to move data between two file descrip
10181018
msgstr ""
10191019

10201020
#: ../../whatsnew/3.10.rst:1256
1021-
msgid "Add :const:`~os.O_EVTONLY`, :const:`~os.O_FSYNC`, :const:`~os.O_SYMLINK` and :const:`~os.O_NOFOLLOW_ANY` for macOS. (Contributed by Dong-hee Na in :issue:`43106`.)"
1021+
msgid "Add :const:`~os.O_EVTONLY`, :const:`~os.O_FSYNC`, :const:`~os.O_SYMLINK` and :const:`~os.O_NOFOLLOW_ANY` for macOS. (Contributed by Donghee Na in :issue:`43106`.)"
10221022
msgstr ""
10231023

10241024
#: ../../whatsnew/3.10.rst:1261
@@ -1330,7 +1330,7 @@ msgid "Add micro-optimizations to ``_PyType_Lookup()`` to improve type attribute
13301330
msgstr ""
13311331

13321332
#: ../../whatsnew/3.10.rst:1583
1333-
msgid "The following built-in functions now support the faster :pep:`590` vectorcall calling convention: :func:`map`, :func:`filter`, :func:`reversed`, :func:`bool` and :func:`float`. (Contributed by Dong-hee Na and Jeroen Demeyer in :issue:`43575`, :issue:`43287`, :issue:`41922`, :issue:`41873` and :issue:`41870`.)"
1333+
msgid "The following built-in functions now support the faster :pep:`590` vectorcall calling convention: :func:`map`, :func:`filter`, :func:`reversed`, :func:`bool` and :func:`float`. (Contributed by Donghee Na and Jeroen Demeyer in :issue:`43575`, :issue:`43287`, :issue:`41922`, :issue:`41873` and :issue:`41870`.)"
13341334
msgstr ""
13351335

13361336
#: ../../whatsnew/3.10.rst:1587
@@ -1516,7 +1516,7 @@ msgid "Removed the Public C API functions ``PyParser_SimpleParseStringFlags``, `
15161516
msgstr ""
15171517

15181518
#: ../../whatsnew/3.10.rst:1815
1519-
msgid "Removed the ``formatter`` module, which was deprecated in Python 3.4. It is somewhat obsolete, little used, and not tested. It was originally scheduled to be removed in Python 3.6, but such removals were delayed until after Python 2.7 EOL. Existing users should copy whatever classes they use into their code. (Contributed by Dong-hee Na and Terry J. Reedy in :issue:`42299`.)"
1519+
msgid "Removed the ``formatter`` module, which was deprecated in Python 3.4. It is somewhat obsolete, little used, and not tested. It was originally scheduled to be removed in Python 3.6, but such removals were delayed until after Python 2.7 EOL. Existing users should copy whatever classes they use into their code. (Contributed by Donghee Na and Terry J. Reedy in :issue:`42299`.)"
15201520
msgstr ""
15211521

15221522
#: ../../whatsnew/3.10.rst:1822

.pot/whatsnew/3.11.pot

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-24 00:59+0000\n"
11+
"POT-Creation-Date: 2023-09-24 21:48+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -370,7 +370,7 @@ msgid "Other CPython Implementation Changes"
370370
msgstr ""
371371

372372
#: ../../whatsnew/3.11.rst:499
373-
msgid "The special methods :meth:`~object.__complex__` for :class:`complex` and :meth:`~object.__bytes__` for :class:`bytes` are implemented to support the :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols. (Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)"
373+
msgid "The special methods :meth:`~object.__complex__` for :class:`complex` and :meth:`~object.__bytes__` for :class:`bytes` are implemented to support the :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols. (Contributed by Mark Dickinson and Donghee Na in :issue:`24234`.)"
374374
msgstr ""
375375

376376
#: ../../whatsnew/3.11.rst:504
@@ -686,7 +686,7 @@ msgid "os"
686686
msgstr ""
687687

688688
#: ../../whatsnew/3.11.rst:898
689-
msgid "On Windows, :func:`os.urandom` now uses ``BCryptGenRandom()``, instead of ``CryptGenRandom()`` which is deprecated. (Contributed by Dong-hee Na in :issue:`44611`.)"
689+
msgid "On Windows, :func:`os.urandom` now uses ``BCryptGenRandom()``, instead of ``CryptGenRandom()`` which is deprecated. (Contributed by Donghee Na in :issue:`44611`.)"
690690
msgstr ""
691691

692692
#: ../../whatsnew/3.11.rst:906
@@ -826,7 +826,7 @@ msgid "On Unix, :func:`time.sleep` now uses the ``clock_nanosleep()`` or ``nanos
826826
msgstr ""
827827

828828
#: ../../whatsnew/3.11.rst:1087
829-
msgid "On Windows 8.1 and newer, :func:`time.sleep` now uses a waitable timer based on `high-resolution timers <https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_ which has a resolution of 100 nanoseconds (10\\ :sup:`-7` seconds). Previously, it had a resolution of 1 millisecond (10\\ :sup:`-3` seconds). (Contributed by Benjamin Szőke, Dong-hee Na, Eryk Sun and Victor Stinner in :issue:`21302` and :issue:`45429`.)"
829+
msgid "On Windows 8.1 and newer, :func:`time.sleep` now uses a waitable timer based on `high-resolution timers <https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_ which has a resolution of 100 nanoseconds (10\\ :sup:`-7` seconds). Previously, it had a resolution of 1 millisecond (10\\ :sup:`-3` seconds). (Contributed by Benjamin Szőke, Donghee Na, Eryk Sun and Victor Stinner in :issue:`21302` and :issue:`45429`.)"
830830
msgstr ""
831831

832832
#: ../../whatsnew/3.11.rst:1098
@@ -1006,7 +1006,7 @@ msgid "The :mod:`statistics` functions :func:`~statistics.mean`, :func:`~statist
10061006
msgstr ""
10071007

10081008
#: ../../whatsnew/3.11.rst:1306
1009-
msgid ":func:`unicodedata.normalize` now normalizes pure-ASCII strings in constant time. (Contributed by Dong-hee Na in :issue:`44987`.)"
1009+
msgid ":func:`unicodedata.normalize` now normalizes pure-ASCII strings in constant time. (Contributed by Donghee Na in :issue:`44987`.)"
10101010
msgstr ""
10111011

10121012
#: ../../whatsnew/3.11.rst:1314
@@ -1170,7 +1170,7 @@ msgid "10%"
11701170
msgstr ""
11711171

11721172
#: ../../whatsnew/3.11.rst:1454
1173-
msgid "Mark Shannon, Dong-hee Na, Brandt Bucher, Dennis Sweeney"
1173+
msgid "Mark Shannon, Donghee Na, Brandt Bucher, Dennis Sweeney"
11741174
msgstr ""
11751175

11761176
#: ../../whatsnew/3.11.rst:1460
@@ -1846,7 +1846,7 @@ msgid "The keyword argument syntax for constructing :data:`typing.TypedDict` typ
18461846
msgstr ""
18471847

18481848
#: ../../whatsnew/3.11.rst:1840
1849-
msgid ":class:`!webbrowser.MacOSX` is deprecated and will be removed in Python 3.13. It is untested, undocumented, and not used by :mod:`webbrowser` itself. (Contributed by Dong-hee Na in :issue:`42255`.)"
1849+
msgid ":class:`!webbrowser.MacOSX` is deprecated and will be removed in Python 3.13. It is untested, undocumented, and not used by :mod:`webbrowser` itself. (Contributed by Donghee Na in :issue:`42255`.)"
18501850
msgstr ""
18511851

18521852
#: ../../whatsnew/3.11.rst:1844
@@ -2229,7 +2229,7 @@ msgid "Removed the :meth:`~object.__getitem__` methods of :class:`xml.dom.pulldo
22292229
msgstr ""
22302230

22312231
#: ../../whatsnew/3.11.rst:1979
2232-
msgid "Removed the deprecated :mod:`gettext` functions :func:`!lgettext`, :func:`!ldgettext`, :func:`!lngettext` and :func:`!ldngettext`. Also removed the :func:`!bind_textdomain_codeset` function, the :meth:`!NullTranslations.output_charset` and :meth:`!NullTranslations.set_output_charset` methods, and the *codeset* parameter of :func:`!translation` and :func:`!install`, since they are only used for the :func:`!l*gettext` functions. (Contributed by Dong-hee Na and Serhiy Storchaka in :issue:`44235`.)"
2232+
msgid "Removed the deprecated :mod:`gettext` functions :func:`!lgettext`, :func:`!ldgettext`, :func:`!lngettext` and :func:`!ldngettext`. Also removed the :func:`!bind_textdomain_codeset` function, the :meth:`!NullTranslations.output_charset` and :meth:`!NullTranslations.set_output_charset` methods, and the *codeset* parameter of :func:`!translation` and :func:`!install`, since they are only used for the :func:`!l*gettext` functions. (Contributed by Donghee Na and Serhiy Storchaka in :issue:`44235`.)"
22332233
msgstr ""
22342234

22352235
#: ../../whatsnew/3.11.rst:1989
@@ -2257,7 +2257,7 @@ msgid "Removed the :meth:`~object.__class_getitem__` method from :class:`pathlib
22572257
msgstr ""
22582258

22592259
#: ../../whatsnew/3.11.rst:2010
2260-
msgid "Removed the :class:`!MailmanProxy` class in the :mod:`smtpd` module, as it is unusable without the external :mod:`!mailman` package. (Contributed by Dong-hee Na in :issue:`35800`.)"
2260+
msgid "Removed the :class:`!MailmanProxy` class in the :mod:`smtpd` module, as it is unusable without the external :mod:`!mailman` package. (Contributed by Donghee Na in :issue:`35800`.)"
22612261
msgstr ""
22622262

22632263
#: ../../whatsnew/3.11.rst:2014
@@ -2366,7 +2366,7 @@ msgid "libpython is no longer linked against libcrypt. (Contributed by Mike Gilb
23662366
msgstr ""
23672367

23682368
#: ../../whatsnew/3.11.rst:2151
2369-
msgid "CPython can now be built with the `ThinLTO <https://clang.llvm.org/docs/ThinLTO.html>`_ option via passing ``thin`` to :option:`--with-lto`, i.e. ``--with-lto=thin``. (Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)"
2369+
msgid "CPython can now be built with the `ThinLTO <https://clang.llvm.org/docs/ThinLTO.html>`_ option via passing ``thin`` to :option:`--with-lto`, i.e. ``--with-lto=thin``. (Contributed by Donghee Na and Brett Holman in :issue:`44340`.)"
23702370
msgstr ""
23712371

23722372
#: ../../whatsnew/3.11.rst:2156

.pot/whatsnew/3.12.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-24 21:39+0000\n"
11+
"POT-Creation-Date: 2023-09-24 21:48+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -350,7 +350,7 @@ msgid ":class:`types.MappingProxyType` instances are now hashable if the underly
350350
msgstr ""
351351

352352
#: ../../whatsnew/3.12.rst:486
353-
msgid ":class:`memoryview` now supports the half-float type (the \"e\" format code). (Contributed by Dong-hee Na and Antoine Pitrou in :gh:`90751`.)"
353+
msgid ":class:`memoryview` now supports the half-float type (the \"e\" format code). (Contributed by Donghee Na and Antoine Pitrou in :gh:`90751`.)"
354354
msgstr ""
355355

356356
#: ../../whatsnew/3.12.rst:489
@@ -793,7 +793,7 @@ msgid "Removed ``wstr`` and ``wstr_length`` members from Unicode objects. It red
793793
msgstr ""
794794

795795
#: ../../whatsnew/3.12.rst:980
796-
msgid "Added experimental support for using the BOLT binary optimizer in the build process, which improves performance by 1-5%. (Contributed by Kevin Modzelewski in :gh:`90536` and tuned by Dong-hee Na in :gh:`101525`)"
796+
msgid "Added experimental support for using the BOLT binary optimizer in the build process, which improves performance by 1-5%. (Contributed by Kevin Modzelewski in :gh:`90536` and tuned by Donghee Na in :gh:`101525`)"
797797
msgstr ""
798798

799799
#: ../../whatsnew/3.12.rst:984
@@ -1751,7 +1751,7 @@ msgid "The :mod:`os` module no longer accepts bytes-like paths, like :class:`byt
17511751
msgstr ""
17521752

17531753
#: ../../whatsnew/3.12.rst:1632
1754-
msgid ":func:`syslog.openlog` and :func:`syslog.closelog` now fail if used in subinterpreters. :func:`syslog.syslog` may still be used in subinterpreters, but now only if :func:`syslog.openlog` has already been called in the main interpreter. These new restrictions do not apply to the main interpreter, so only a very small set of users might be affected. This change helps with interpreter isolation. Furthermore, :mod:`syslog` is a wrapper around process-global resources, which are best managed from the main interpreter. (Contributed by Dong-hee Na in :gh:`99127`.)"
1754+
msgid ":func:`syslog.openlog` and :func:`syslog.closelog` now fail if used in subinterpreters. :func:`syslog.syslog` may still be used in subinterpreters, but now only if :func:`syslog.openlog` has already been called in the main interpreter. These new restrictions do not apply to the main interpreter, so only a very small set of users might be affected. This change helps with interpreter isolation. Furthermore, :mod:`syslog` is a wrapper around process-global resources, which are best managed from the main interpreter. (Contributed by Donghee Na in :gh:`99127`.)"
17551755
msgstr ""
17561756

17571757
#: ../../whatsnew/3.12.rst:1641
@@ -1803,7 +1803,7 @@ msgid "``va_start()`` with two parameters, like ``va_start(args, format),`` is n
18031803
msgstr ""
18041804

18051805
#: ../../whatsnew/3.12.rst:1711
1806-
msgid "CPython now uses the ThinLTO option as the default link time optimization policy if the Clang compiler accepts the flag. (Contributed by Dong-hee Na in :gh:`89536`.)"
1806+
msgid "CPython now uses the ThinLTO option as the default link time optimization policy if the Clang compiler accepts the flag. (Contributed by Donghee Na in :gh:`89536`.)"
18071807
msgstr ""
18081808

18091809
#: ../../whatsnew/3.12.rst:1715

.pot/whatsnew/3.8.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-22 14:36+0000\n"
11+
"POT-Creation-Date: 2023-09-24 21:48+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -806,7 +806,7 @@ msgid "This solves a long-standing problem. Once a logger or *basicConfig()* ha
806806
msgstr ""
807807

808808
#: ../../whatsnew/3.8.rst:950
809-
msgid "(Suggested by Raymond Hettinger, implemented by Dong-hee Na, and reviewed by Vinay Sajip in :issue:`33897`.)"
809+
msgid "(Suggested by Raymond Hettinger, implemented by Donghee Na, and reviewed by Vinay Sajip in :issue:`33897`.)"
810810
msgstr ""
811811

812812
#: ../../whatsnew/3.8.rst:955
@@ -1436,7 +1436,7 @@ msgid "Function :func:`~gettext.bind_textdomain_codeset`, methods :meth:`~gettex
14361436
msgstr ""
14371437

14381438
#: ../../whatsnew/3.8.rst:1715
1439-
msgid "The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread` has been deprecated. (Contributed by Dong-hee Na in :issue:`35283`.)"
1439+
msgid "The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread` has been deprecated. (Contributed by Donghee Na in :issue:`35283`.)"
14401440
msgstr ""
14411441

14421442
#: ../../whatsnew/3.8.rst:1719

0 commit comments

Comments
 (0)