@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-10-11 14:17+0000\n "
14+ "POT-Creation-Date : 2024-10-25 14:17+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:49+0000\n "
1616"
Last-Translator :
Maciej Olko <[email protected] >, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -727,11 +727,13 @@ msgid ""
727727"should not modify its value. This corresponds to the :makevar:`prefix` "
728728"variable in the top-level :file:`Makefile` and the :option:`--prefix` "
729729"argument to the :program:`configure` script at build time. The value is "
730- "available to Python code as ``sys.prefix ``. It is only useful on Unix. See "
731- "also the next function."
730+ "available to Python code as ``sys.base_prefix ``. It is only useful on Unix. "
731+ "See also the next function."
732732msgstr ""
733733
734- msgid "Get :data:`sys.prefix` instead."
734+ msgid ""
735+ "Get :data:`sys.base_prefix` instead, or :data:`sys.prefix` if :ref:`virtual "
736+ "environments <venv-def>` need to be handled."
735737msgstr ""
736738
737739msgid ""
@@ -743,8 +745,8 @@ msgid ""
743745"caller should not modify its value. This corresponds to the :makevar:"
744746"`exec_prefix` variable in the top-level :file:`Makefile` and the ``--exec-"
745747"prefix`` argument to the :program:`configure` script at build time. The "
746- "value is available to Python code as ``sys.exec_prefix ``. It is only useful "
747- "on Unix."
748+ "value is available to Python code as ``sys.base_exec_prefix ``. It is only "
749+ "useful on Unix."
748750msgstr ""
749751
750752msgid ""
@@ -775,7 +777,9 @@ msgid ""
775777"platform."
776778msgstr ""
777779
778- msgid "Get :data:`sys.exec_prefix` instead."
780+ msgid ""
781+ "Get :data:`sys.base_exec_prefix` instead, or :data:`sys.exec_prefix` if :ref:"
782+ "`virtual environments <venv-def>` need to be handled."
779783msgstr ""
780784
781785msgid ""
@@ -2390,7 +2394,7 @@ msgstr ""
23902394msgid ""
23912395"In the above example, :c:macro:`Py_SETREF` calls :c:macro:`Py_DECREF`, which "
23922396"can call arbitrary code through an object's deallocation function. The "
2393- "critical section API avoids potentital deadlocks due to reentrancy and lock "
2397+ "critical section API avoids potential deadlocks due to reentrancy and lock "
23942398"ordering by allowing the runtime to temporarily suspend the critical section "
23952399"if the code triggered by the finalizer blocks and calls :c:func:"
23962400"`PyEval_SaveThread`."
0 commit comments