|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version:Python 3.14\n" |
10 | 10 | "Report-Msgid-Bugs-To:\n" |
11 | | -"POT-Creation-Date:2025-07-04 14:20+0000\n" |
| 11 | +"POT-Creation-Date:2025-09-17 14:21+0000\n" |
12 | 12 | "PO-Revision-Date:2025-09-16 00:02+0000\n" |
13 | 13 | "Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/" |
14 | 14 | "hu/)\n" |
@@ -1468,10 +1468,10 @@ msgid "" |
1468 | 1468 | msgstr"" |
1469 | 1469 |
|
1470 | 1470 | msgid"" |
1471 | | -":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. " |
1472 | | -"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use in " |
1473 | | -"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections." |
1474 | | -"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)" |
| 1471 | +":mod:`collections.abc`: Deprecated :class:`collections.abc.ByteString`. " |
| 1472 | +"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use intype" |
| 1473 | +"annotations, prefer a union, like ``bytes | bytearray``, or :class:" |
| 1474 | +"`collections.abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)" |
1475 | 1475 | msgstr"" |
1476 | 1476 |
|
1477 | 1477 | msgid"" |
@@ -1622,7 +1622,7 @@ msgid "" |
1622 | 1622 | msgstr"" |
1623 | 1623 |
|
1624 | 1624 | msgid"" |
1625 | | -":class:`!typing.ByteString`, deprecated since Python 3.9, now causes a :exc:" |
| 1625 | +":class:`typing.ByteString`, deprecated since Python 3.9, now causes a :exc:" |
1626 | 1626 | "`DeprecationWarning` to be emitted when it is used. (Contributed by Alex " |
1627 | 1627 | "Waygood in :gh:`91896`.)" |
1628 | 1628 | msgstr"" |
@@ -1809,13 +1809,6 @@ msgid "" |
1809 | 1809 | "runtime when they are accessed or used, and will be removed in Python 3.14:" |
1810 | 1810 | msgstr"" |
1811 | 1811 |
|
1812 | | -msgid"" |
1813 | | -":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. " |
1814 | | -"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in " |
1815 | | -"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections." |
1816 | | -"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)" |
1817 | | -msgstr"" |
1818 | | - |
1819 | 1812 | msgid"" |
1820 | 1813 | ":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils." |
1821 | 1814 | "localtime`. (Contributed by Alan Williams in :gh:`72346`.)" |
@@ -1870,11 +1863,6 @@ msgid "" |
1870 | 1863 | "a sequence instead of a :class:`dict`." |
1871 | 1864 | msgstr"" |
1872 | 1865 |
|
1873 | | -msgid"" |
1874 | | -":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now " |
1875 | | -"causes a :exc:`DeprecationWarning` to be emitted when it is used." |
1876 | | -msgstr"" |
1877 | | - |
1878 | 1866 | msgid"" |
1879 | 1867 | ":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not " |
1880 | 1868 | "intended to be a public API. (Contributed by Gregory P. Smith in :gh:" |
@@ -2183,6 +2171,25 @@ msgid "" |
2183 | 2171 | "of relying on private implementation details." |
2184 | 2172 | msgstr"" |
2185 | 2173 |
|
| 2174 | +msgid"" |
| 2175 | +":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for " |
| 2176 | +"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:" |
| 2177 | +"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like " |
| 2178 | +"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by " |
| 2179 | +"Shantanu Jain in :gh:`91896`.)" |
| 2180 | +msgstr"" |
| 2181 | + |
| 2182 | +msgid":mod:`collections.abc`:" |
| 2183 | +msgstr"" |
| 2184 | + |
| 2185 | +msgid"" |
| 2186 | +":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. " |
| 2187 | +"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc." |
| 2188 | +"Buffer`. For use in type annotations, prefer a union, like ``bytes | " |
| 2189 | +"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu " |
| 2190 | +"Jain in :gh:`91896`.)" |
| 2191 | +msgstr"" |
| 2192 | + |
2186 | 2193 | msgid"Pending removal in future versions" |
2187 | 2194 | msgstr"" |
2188 | 2195 |
|
|