@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-06-06 14:20 +0000\n "
15+ "POT-Creation-Date : 2025-06-13 14:21 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:49+0000\n "
1717"Last-Translator : Stan Ulbrych, 2025\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -602,18 +602,8 @@ msgid ""
602602msgstr ""
603603
604604msgid ""
605- "The return value will be ``0`` if the interpreter exits normally (i.e., "
606- "without an exception), ``1`` if the interpreter exits due to an exception, "
607- "or ``2`` if the argument list does not represent a valid Python command line."
608- msgstr ""
609-
610- msgid ""
611- "Note that if an otherwise unhandled :exc:`SystemExit` is raised, this "
612- "function will not return ``1``, but exit the process, as long as "
613- "``Py_InspectFlag`` is not set. If ``Py_InspectFlag`` is set, execution will "
614- "drop into the interactive Python prompt, at which point a second otherwise "
615- "unhandled :exc:`SystemExit` will still exit the process, while any other "
616- "means of exiting will set the return value as described above."
605+ "The return value is ``2`` if the argument list does not represent a valid "
606+ "Python command line, and otherwise the same as :c:func:`Py_RunMain`."
617607msgstr ""
618608
619609msgid ""
@@ -658,9 +648,8 @@ msgstr ""
658648msgid ""
659649"If :c:member:`PyConfig.inspect` is not set (the default), the return value "
660650"will be ``0`` if the interpreter exits normally (that is, without raising an "
661- "exception), or ``1`` if the interpreter exits due to an exception. If an "
662- "otherwise unhandled :exc:`SystemExit` is raised, the function will "
663- "immediately exit the process instead of returning ``1``."
651+ "exception), the exit status of an unhandled :exc:`SystemExit`, or ``1`` for "
652+ "any other unhandled exception."
664653msgstr ""
665654
666655msgid ""
@@ -669,16 +658,12 @@ msgid ""
669658"instead resume in an interactive Python prompt (REPL) using the ``__main__`` "
670659"module's global namespace. If the interpreter exited with an exception, it "
671660"is immediately raised in the REPL session. The function return value is then "
672- "determined by the way the *REPL session* terminates: returning ``0`` if the "
673- "session terminates without raising an unhandled exception, exiting "
674- "immediately for an unhandled :exc:`SystemExit`, and returning ``1`` for any "
675- "other unhandled exception."
661+ "determined by the way the *REPL session* terminates: ``0``, ``1``, or the "
662+ "status of a :exc:`SystemExit`, as specified above."
676663msgstr ""
677664
678665msgid ""
679- "This function always finalizes the Python interpreter regardless of whether "
680- "it returns a value or immediately exits the process due to an unhandled :exc:"
681- "`SystemExit` exception."
666+ "This function always finalizes the Python interpreter before it returns."
682667msgstr ""
683668
684669msgid ""
0 commit comments