@@ -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-08-02 14 :15+0000\n "
14+ "POT-Creation-Date : 2024-08-03 20 :15+0000\n "
1515"PO-Revision-Date : 2021-06-28 01:03+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1272,35 +1272,18 @@ msgid ""
12721272"correct :attr:`!restype` attribute to use these functions."
12731273msgstr ""
12741274
1275- msgid ""
1276- "Loading a library through any of these objects raises an auditing event "
1277- "ctypes.dlopen with string argument name, the name used to load the library."
1278- msgstr ""
1279-
12801275msgid ""
12811276"Loading a library through any of these objects raises an :ref:`auditing "
12821277"event <auditing>` ``ctypes.dlopen`` with string argument ``name``, the name "
12831278"used to load the library."
12841279msgstr ""
12851280
1286- msgid ""
1287- "Accessing a function on a loaded library raises an auditing event ctypes."
1288- "dlsym with arguments library (the library object) and name (the symbol's "
1289- "name as a string or integer)."
1290- msgstr ""
1291-
12921281msgid ""
12931282"Accessing a function on a loaded library raises an auditing event ``ctypes."
12941283"dlsym`` with arguments ``library`` (the library object) and ``name`` (the "
12951284"symbol's name as a string or integer)."
12961285msgstr ""
12971286
1298- msgid ""
1299- "In cases when only the library handle is available rather than the object, "
1300- "accessing a function raises an auditing event ctypes.dlsym/handle with "
1301- "arguments handle (the raw library handle) and name."
1302- msgstr ""
1303-
13041287msgid ""
13051288"In cases when only the library handle is available rather than the object, "
13061289"accessing a function raises an auditing event ``ctypes.dlsym/handle`` with "
@@ -1400,14 +1383,6 @@ msgid ""
14001383"the passed arguments."
14011384msgstr ""
14021385
1403- msgid ""
1404- "On Windows, when a foreign function call raises a system exception (for "
1405- "example, due to an access violation), it will be captured and replaced with "
1406- "a suitable Python exception. Further, an auditing event ctypes.set_exception "
1407- "with argument code will be raised, allowing an audit hook to replace the "
1408- "exception with its own."
1409- msgstr ""
1410-
14111386msgid ""
14121387"On Windows, when a foreign function call raises a system exception (for "
14131388"example, due to an access violation), it will be captured and replaced with "
@@ -1416,11 +1391,6 @@ msgid ""
14161391"hook to replace the exception with its own."
14171392msgstr ""
14181393
1419- msgid ""
1420- "Some ways to invoke foreign function calls may raise an auditing event "
1421- "ctypes.call_function with arguments function pointer and arguments."
1422- msgstr ""
1423-
14241394msgid ""
14251395"Some ways to invoke foreign function calls may raise an auditing event "
14261396"``ctypes.call_function`` with arguments ``function pointer`` and "
@@ -1589,7 +1559,9 @@ msgid ""
15891559"instance of a ctypes type."
15901560msgstr ""
15911561
1592- msgid "Raises an auditing event ctypes.addressof with argument obj."
1562+ msgid ""
1563+ "Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
1564+ "argument ``obj``."
15931565msgstr ""
15941566
15951567msgid ""
@@ -1637,8 +1609,8 @@ msgid ""
16371609msgstr ""
16381610
16391611msgid ""
1640- "Raises an auditing event ctypes.create_string_buffer with arguments init, "
1641- "size."
1612+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_string_buffer`` "
1613+ "with arguments ``init``, `` size`` ."
16421614msgstr ""
16431615
16441616msgid ""
@@ -1660,8 +1632,8 @@ msgid ""
16601632msgstr ""
16611633
16621634msgid ""
1663- "Raises an auditing event ctypes.create_unicode_buffer with arguments init, "
1664- "size."
1635+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_unicode_buffer`` "
1636+ "with arguments ``init``, `` size`` ."
16651637msgstr ""
16661638
16671639msgid ""
@@ -1712,15 +1684,19 @@ msgid ""
17121684"`errno` variable in the calling thread."
17131685msgstr ""
17141686
1715- msgid "Raises an auditing event ctypes.get_errno with no arguments."
1687+ msgid ""
1688+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
1689+ "arguments."
17161690msgstr ""
17171691
17181692msgid ""
17191693"Windows only: returns the current value of the ctypes-private copy of the "
17201694"system :data:`!LastError` variable in the calling thread."
17211695msgstr ""
17221696
1723- msgid "Raises an auditing event ctypes.get_last_error with no arguments."
1697+ msgid ""
1698+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no "
1699+ "arguments."
17241700msgstr ""
17251701
17261702msgid ""
@@ -1763,7 +1739,9 @@ msgid ""
17631739"variable in the calling thread to *value* and return the previous value."
17641740msgstr ""
17651741
1766- msgid "Raises an auditing event ctypes.set_errno with argument errno."
1742+ msgid ""
1743+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
1744+ "argument ``errno``."
17671745msgstr ""
17681746
17691747msgid ""
@@ -1772,7 +1750,9 @@ msgid ""
17721750"return the previous value."
17731751msgstr ""
17741752
1775- msgid "Raises an auditing event ctypes.set_last_error with argument error."
1753+ msgid ""
1754+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
1755+ "argument ``error``."
17761756msgstr ""
17771757
17781758msgid ""
@@ -1785,7 +1765,9 @@ msgid ""
17851765"as size, otherwise the string is assumed to be zero-terminated."
17861766msgstr ""
17871767
1788- msgid "Raises an auditing event ctypes.string_at with arguments ptr, size."
1768+ msgid ""
1769+ "Raises an :ref:`auditing event <auditing>` ``ctypes.string_at`` with "
1770+ "arguments ``ptr``, ``size``."
17891771msgstr ""
17901772
17911773msgid ""
@@ -1807,7 +1789,9 @@ msgid ""
18071789"is assumed to be zero-terminated."
18081790msgstr ""
18091791
1810- msgid "Raises an auditing event ctypes.wstring_at with arguments ptr, size."
1792+ msgid ""
1793+ "Raises an :ref:`auditing event <auditing>` ``ctypes.wstring_at`` with "
1794+ "arguments ``ptr``, ``size``."
18111795msgstr ""
18121796
18131797msgid "Data types"
@@ -1836,8 +1820,8 @@ msgid ""
18361820msgstr ""
18371821
18381822msgid ""
1839- "Raises an auditing event ctypes.cdata/buffer with arguments pointer, size, "
1840- "offset."
1823+ "Raises an :ref:` auditing event <auditing>` `` ctypes.cdata/buffer`` with "
1824+ "arguments ``pointer``, ``size``, `` offset`` ."
18411825msgstr ""
18421826
18431827msgid ""
@@ -1852,11 +1836,6 @@ msgid ""
18521836"*address* which must be an integer."
18531837msgstr ""
18541838
1855- msgid ""
1856- "This method, and others that indirectly call this method, raises an auditing "
1857- "event ctypes.cdata with argument address."
1858- msgstr ""
1859-
18601839msgid ""
18611840"This method, and others that indirectly call this method, raises an :ref:"
18621841"`auditing event <auditing>` ``ctypes.cdata`` with argument ``address``."
0 commit comments