@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-03-10 14:15 +0000\n "
15+ "POT-Creation-Date : 2023-03-24 14:14 +0000\n "
1616"PO-Revision-Date : 2022-11-05 19:49+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2680,14 +2680,15 @@ msgid ""
26802680"gh:`90473`; platforms promoted in :gh:`95085`)"
26812681msgstr ""
26822682
2683- msgid "Building Python now requires:"
2683+ msgid "Building CPython now requires:"
26842684msgstr ""
26852685
26862686msgid ""
2687- "A `C11 <https://en.cppreference.com/w/c/11>`_ compiler. `Optional C11 "
2688- "features <https://en.wikipedia.org/wiki/"
2687+ "A `C11 <https://en.cppreference.com/w/c/11>`_ compiler and standard library. "
2688+ "`Optional C11 features <https://en.wikipedia.org/wiki/"
26892689"C11_(C_standard_revision)#Optional_features>`_ are not required. "
2690- "(Contributed by Victor Stinner in :issue:`46656`.)"
2690+ "(Contributed by Victor Stinner in :issue:`46656`, :issue:`45440` and :issue:"
2691+ "`46640`.)"
26912692msgstr ""
26922693
26932694msgid ""
@@ -2696,18 +2697,9 @@ msgid ""
26962697msgstr ""
26972698
26982699msgid ""
2699- "Support for `floating point Not-a-Number (NaN) <https://en.wikipedia.org/"
2700- "wiki/NaN#Floating_point>`_, as the :c:macro:`!Py_NO_NAN` macro has been "
2701- "removed. (Contributed by Victor Stinner in :issue:`46656`.)"
2702- msgstr ""
2703-
2704- msgid ""
2705- "A `C99 <https://en.cppreference.com/w/c/99>`_ ``<math.h>`` header file "
2706- "providing the :c:func:`!copysign`, :c:func:`!hypot`, :c:func:`!isfinite`, :c:"
2707- "func:`!isinf`, :c:func:`!isnan`, and :c:func:`!round` functions (contributed "
2708- "by Victor Stinner in :issue:`45440`); and a :c:data:`!NAN` constant or the :"
2709- "c:func:`!__builtin_nan` function (Contributed by Victor Stinner in :issue:"
2710- "`46640`)."
2700+ "The :c:macro:`!Py_NO_NAN` macro has been removed. Since CPython now requires "
2701+ "IEEE 754 floats, NaN values are always available. (Contributed by Victor "
2702+ "Stinner in :issue:`46656`.)"
27112703msgstr ""
27122704
27132705msgid ""
0 commit comments