@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-11-07 15:30 +0000\n "
14+ "POT-Creation-Date : 2025-11-09 14:58 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -314,6 +314,22 @@ msgid ""
314314"use."
315315msgstr ""
316316
317+ msgid ""
318+ "Get the source line in *filename* at line *lineno*. *filename* should be a "
319+ "Python :class:`str` object."
320+ msgstr ""
321+
322+ msgid ""
323+ "On success, this function returns a Python string object with the found "
324+ "line. On failure, this function returns ``NULL`` without an exception set."
325+ msgstr ""
326+
327+ msgid ""
328+ "Similar to :c:func:`PyErr_ProgramTextObject`, but *filename* is a :c:expr:"
329+ "`const char *`, which is decoded with the :term:`filesystem encoding and "
330+ "error handler`, instead of a Python object reference."
331+ msgstr ""
332+
317333msgid "Issuing warnings"
318334msgstr ""
319335
@@ -374,6 +390,12 @@ msgid ""
374390"encoded string."
375391msgstr ""
376392
393+ msgid ""
394+ "Similar to :c:func:`PyErr_WarnExplicit`, but uses :c:func:"
395+ "`PyUnicode_FromFormat` to format the warning message. *format* is an ASCII-"
396+ "encoded string."
397+ msgstr ""
398+
377399msgid ""
378400"Function similar to :c:func:`PyErr_WarnFormat`, but *category* is :exc:"
379401"`ResourceWarning` and it passes *source* to :class:`!warnings."
@@ -1192,6 +1214,35 @@ msgstr ":c:data:`PyExc_ResourceWarning`."
11921214msgid ":c:data:`PyExc_EncodingWarning`."
11931215msgstr ":c:data:`PyExc_EncodingWarning`."
11941216
1217+ msgid "Tracebacks"
1218+ msgstr ""
1219+
1220+ msgid ""
1221+ "Type object for traceback objects. This is available as :class:`types."
1222+ "TracebackType` in the Python layer."
1223+ msgstr ""
1224+
1225+ msgid ""
1226+ "Return true if *op* is a traceback object, false otherwise. This function "
1227+ "does not account for subtypes."
1228+ msgstr ""
1229+
1230+ msgid ""
1231+ "Replace the :attr:`~BaseException.__traceback__` attribute on the current "
1232+ "exception with a new traceback prepending *f* to the existing chain."
1233+ msgstr ""
1234+
1235+ msgid "Calling this function without an exception set is undefined behavior."
1236+ msgstr ""
1237+
1238+ msgid ""
1239+ "This function returns ``0`` on success, and returns ``-1`` with an exception "
1240+ "set on failure."
1241+ msgstr ""
1242+
1243+ msgid "Write the traceback *tb* into the file *f*."
1244+ msgstr ""
1245+
11951246msgid "strerror (C function)"
11961247msgstr ""
11971248
0 commit comments