@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-08-09 14:15 +0000\n "
14
+ "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:03+0000\n "
16
16
"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2021\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1272,35 +1272,18 @@ msgid ""
1272
1272
"correct :attr:`!restype` attribute to use these functions."
1273
1273
msgstr ""
1274
1274
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
-
1280
1275
msgid ""
1281
1276
"Loading a library through any of these objects raises an :ref:`auditing "
1282
1277
"event <auditing>` ``ctypes.dlopen`` with string argument ``name``, the name "
1283
1278
"used to load the library."
1284
1279
msgstr ""
1285
1280
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
-
1292
1281
msgid ""
1293
1282
"Accessing a function on a loaded library raises an auditing event ``ctypes."
1294
1283
"dlsym`` with arguments ``library`` (the library object) and ``name`` (the "
1295
1284
"symbol's name as a string or integer)."
1296
1285
msgstr ""
1297
1286
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
-
1304
1287
msgid ""
1305
1288
"In cases when only the library handle is available rather than the object, "
1306
1289
"accessing a function raises an auditing event ``ctypes.dlsym/handle`` with "
@@ -1400,14 +1383,6 @@ msgid ""
1400
1383
"the passed arguments."
1401
1384
msgstr ""
1402
1385
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
-
1411
1386
msgid ""
1412
1387
"On Windows, when a foreign function call raises a system exception (for "
1413
1388
"example, due to an access violation), it will be captured and replaced with "
@@ -1416,11 +1391,6 @@ msgid ""
1416
1391
"hook to replace the exception with its own."
1417
1392
msgstr ""
1418
1393
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
-
1424
1394
msgid ""
1425
1395
"Some ways to invoke foreign function calls may raise an auditing event "
1426
1396
"``ctypes.call_function`` with arguments ``function pointer`` and "
@@ -1589,7 +1559,9 @@ msgid ""
1589
1559
"instance of a ctypes type."
1590
1560
msgstr ""
1591
1561
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``."
1593
1565
msgstr ""
1594
1566
1595
1567
msgid ""
@@ -1637,8 +1609,8 @@ msgid ""
1637
1609
msgstr ""
1638
1610
1639
1611
msgid ""
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`` ."
1642
1614
msgstr ""
1643
1615
1644
1616
msgid ""
@@ -1660,8 +1632,8 @@ msgid ""
1660
1632
msgstr ""
1661
1633
1662
1634
msgid ""
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`` ."
1665
1637
msgstr ""
1666
1638
1667
1639
msgid ""
@@ -1712,15 +1684,19 @@ msgid ""
1712
1684
"`errno` variable in the calling thread."
1713
1685
msgstr ""
1714
1686
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."
1716
1690
msgstr ""
1717
1691
1718
1692
msgid ""
1719
1693
"Windows only: returns the current value of the ctypes-private copy of the "
1720
1694
"system :data:`!LastError` variable in the calling thread."
1721
1695
msgstr ""
1722
1696
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."
1724
1700
msgstr ""
1725
1701
1726
1702
msgid ""
@@ -1763,7 +1739,9 @@ msgid ""
1763
1739
"variable in the calling thread to *value* and return the previous value."
1764
1740
msgstr ""
1765
1741
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``."
1767
1745
msgstr ""
1768
1746
1769
1747
msgid ""
@@ -1772,7 +1750,9 @@ msgid ""
1772
1750
"return the previous value."
1773
1751
msgstr ""
1774
1752
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``."
1776
1756
msgstr ""
1777
1757
1778
1758
msgid ""
@@ -1785,7 +1765,9 @@ msgid ""
1785
1765
"as size, otherwise the string is assumed to be zero-terminated."
1786
1766
msgstr ""
1787
1767
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``."
1789
1771
msgstr ""
1790
1772
1791
1773
msgid ""
@@ -1807,7 +1789,9 @@ msgid ""
1807
1789
"is assumed to be zero-terminated."
1808
1790
msgstr ""
1809
1791
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``."
1811
1795
msgstr ""
1812
1796
1813
1797
msgid "Data types"
@@ -1836,8 +1820,8 @@ msgid ""
1836
1820
msgstr ""
1837
1821
1838
1822
msgid ""
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`` ."
1841
1825
msgstr ""
1842
1826
1843
1827
msgid ""
@@ -1852,11 +1836,6 @@ msgid ""
1852
1836
"*address* which must be an integer."
1853
1837
msgstr ""
1854
1838
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
-
1860
1839
msgid ""
1861
1840
"This method, and others that indirectly call this method, raises an :ref:"
1862
1841
"`auditing event <auditing>` ``ctypes.cdata`` with argument ``address``."
0 commit comments