|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.12\n"
|
10 | 10 | "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" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 | 14 | " Language-Team: LANGUAGE <[email protected]>\n"
|
@@ -370,7 +370,7 @@ msgid "Other CPython Implementation Changes"
|
370 | 370 | msgstr ""
|
371 | 371 |
|
372 | 372 | #: ../../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`.)" |
374 | 374 | msgstr ""
|
375 | 375 |
|
376 | 376 | #: ../../whatsnew/3.11.rst:504
|
@@ -686,7 +686,7 @@ msgid "os"
|
686 | 686 | msgstr ""
|
687 | 687 |
|
688 | 688 | #: ../../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`.)" |
690 | 690 | msgstr ""
|
691 | 691 |
|
692 | 692 | #: ../../whatsnew/3.11.rst:906
|
@@ -826,7 +826,7 @@ msgid "On Unix, :func:`time.sleep` now uses the ``clock_nanosleep()`` or ``nanos
|
826 | 826 | msgstr ""
|
827 | 827 |
|
828 | 828 | #: ../../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`.)" |
830 | 830 | msgstr ""
|
831 | 831 |
|
832 | 832 | #: ../../whatsnew/3.11.rst:1098
|
@@ -1006,7 +1006,7 @@ msgid "The :mod:`statistics` functions :func:`~statistics.mean`, :func:`~statist
|
1006 | 1006 | msgstr ""
|
1007 | 1007 |
|
1008 | 1008 | #: ../../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`.)" |
1010 | 1010 | msgstr ""
|
1011 | 1011 |
|
1012 | 1012 | #: ../../whatsnew/3.11.rst:1314
|
@@ -1170,7 +1170,7 @@ msgid "10%"
|
1170 | 1170 | msgstr ""
|
1171 | 1171 |
|
1172 | 1172 | #: ../../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" |
1174 | 1174 | msgstr ""
|
1175 | 1175 |
|
1176 | 1176 | #: ../../whatsnew/3.11.rst:1460
|
@@ -1846,7 +1846,7 @@ msgid "The keyword argument syntax for constructing :data:`typing.TypedDict` typ
|
1846 | 1846 | msgstr ""
|
1847 | 1847 |
|
1848 | 1848 | #: ../../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`.)" |
1850 | 1850 | msgstr ""
|
1851 | 1851 |
|
1852 | 1852 | #: ../../whatsnew/3.11.rst:1844
|
@@ -2229,7 +2229,7 @@ msgid "Removed the :meth:`~object.__getitem__` methods of :class:`xml.dom.pulldo
|
2229 | 2229 | msgstr ""
|
2230 | 2230 |
|
2231 | 2231 | #: ../../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`.)" |
2233 | 2233 | msgstr ""
|
2234 | 2234 |
|
2235 | 2235 | #: ../../whatsnew/3.11.rst:1989
|
@@ -2257,7 +2257,7 @@ msgid "Removed the :meth:`~object.__class_getitem__` method from :class:`pathlib
|
2257 | 2257 | msgstr ""
|
2258 | 2258 |
|
2259 | 2259 | #: ../../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`.)" |
2261 | 2261 | msgstr ""
|
2262 | 2262 |
|
2263 | 2263 | #: ../../whatsnew/3.11.rst:2014
|
@@ -2366,7 +2366,7 @@ msgid "libpython is no longer linked against libcrypt. (Contributed by Mike Gilb
|
2366 | 2366 | msgstr ""
|
2367 | 2367 |
|
2368 | 2368 | #: ../../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`.)" |
2370 | 2370 | msgstr ""
|
2371 | 2371 |
|
2372 | 2372 | #: ../../whatsnew/3.11.rst:2156
|
|
0 commit comments