@@ -10,23 +10,24 @@ msgstr ""
10
10
"Project-Id-Version : Python en Español 3.13\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
- "Language : es\n "
13
+ "PO-Revision-Date : 2024-11-30 21:00-0600\n "
14
+ "Last-Translator : \n "
16
15
"
Language-Team :
es <[email protected] >\n "
17
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
16
+ "Language : es \n "
18
17
"MIME-Version : 1.0\n "
19
18
"Content-Type : text/plain; charset=utf-8\n "
20
19
"Content-Transfer-Encoding : 8bit\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
21
"Generated-By : Babel 2.16.0\n "
22
+ "X-Generator : Poedit 3.5\n "
22
23
23
24
#: ../Doc/deprecations/pending-removal-in-3.16.rst:2
24
25
msgid "Pending Removal in Python 3.16"
25
- msgstr ""
26
+ msgstr "Eliminación pendiente en Python 3.16 "
26
27
27
28
#: ../Doc/deprecations/pending-removal-in-3.16.rst:4
28
29
msgid ":mod:`builtins`:"
29
- msgstr ""
30
+ msgstr ":mod:`builtins`: "
30
31
31
32
#: ../Doc/deprecations/pending-removal-in-3.16.rst:6
32
33
msgid ""
@@ -36,56 +37,76 @@ msgid ""
36
37
"of a Boolean. In the rare case that you need the bitwise inversion of the "
37
38
"underlying integer, convert to ``int`` explicitly (``~int(x)``)."
38
39
msgstr ""
40
+ "La inversión bit a bit en tipos booleanos, ``~True`` o ``~False`` ha quedado "
41
+ "obsoleta desde Python 3.12, ya que produce resultados sorprendentes y poco "
42
+ "intuitivos (``-2`` y ``-1``). En su lugar, se utiliza ``not x`` para la "
43
+ "negación lógica de un booleano. En el caso poco frecuente de que se necesite "
44
+ "la inversión bit a bit del entero subyacente, convertir a ``int`` "
45
+ "explícitamente (``~int(x)``)."
39
46
40
47
#: ../Doc/deprecations/pending-removal-in-3.16.rst:13
41
48
msgid ":mod:`array`:"
42
- msgstr ""
49
+ msgstr ":mod:`array`: "
43
50
44
51
#: ../Doc/deprecations/pending-removal-in-3.16.rst:15
45
52
msgid ""
46
53
"The ``'u'`` format code (:c:type:`wchar_t`) has been deprecated in "
47
54
"documentation since Python 3.3 and at runtime since Python 3.13. Use the "
48
55
"``'w'`` format code (:c:type:`Py_UCS4`) for Unicode characters instead."
49
56
msgstr ""
57
+ "El código de formato ``'u'`` (:c:type:`wchar_t`) ha quedado obsoleto en la "
58
+ "documentación desde Python 3.3 y en tiempo de ejecución desde Python 3.13. "
59
+ "En su lugar, se utiliza el código de formato ``'w'`` (:c:type:`Py_UCS4`) "
60
+ "para caracteres Unicode."
50
61
51
62
#: ../Doc/deprecations/pending-removal-in-3.16.rst:21
52
63
msgid ":mod:`shutil`:"
53
- msgstr ""
64
+ msgstr ":mod:`shutil`: "
54
65
55
66
#: ../Doc/deprecations/pending-removal-in-3.16.rst:23
56
67
msgid ""
57
68
"The :class:`!ExecError` exception has been deprecated since Python 3.14. It "
58
69
"has not been used by any function in :mod:`!shutil` since Python 3.4, and is "
59
70
"now an alias of :exc:`RuntimeError`."
60
71
msgstr ""
72
+ "La excepción :class:`!ExecError` ha quedado obsoleta desde Python 3.14. No "
73
+ "se ha utilizado por ninguna función en :mod:`!shutil` desde Python 3.4, y "
74
+ "ahora es un alias de :exc:`RuntimeError`."
61
75
62
76
#: ../Doc/deprecations/pending-removal-in-3.16.rst:28
63
77
msgid ":mod:`symtable`:"
64
- msgstr ""
78
+ msgstr ":mod:`symtable`: "
65
79
66
80
#: ../Doc/deprecations/pending-removal-in-3.16.rst:30
67
81
msgid ""
68
82
"The :meth:`Class.get_methods <symtable.Class.get_methods>` method has been "
69
83
"deprecated since Python 3.14."
70
84
msgstr ""
85
+ "El método :meth:`Class.get_methods <symtable.Class.get_methods>` ha quedado "
86
+ "obsoleto desde Python 3.14."
71
87
72
88
#: ../Doc/deprecations/pending-removal-in-3.16.rst:33
73
89
msgid ":mod:`sys`:"
74
- msgstr ""
90
+ msgstr ":mod:`sys`: "
75
91
76
92
#: ../Doc/deprecations/pending-removal-in-3.16.rst:35
77
93
msgid ""
78
94
"The :func:`~sys._enablelegacywindowsfsencoding` function has been deprecated "
79
95
"since Python 3.13. Use the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` "
80
96
"environment variable instead."
81
97
msgstr ""
98
+ "La función :func:`~sys._enablelegacywindowsfsencoding` ha quedado obsoleta "
99
+ "desde Python 3.13. En su lugar, se utiliza la variable de entorno :envvar:"
100
+ "`PYTHONLEGACYWINDOWSFSENCODING`."
82
101
83
102
#: ../Doc/deprecations/pending-removal-in-3.16.rst:39
84
103
msgid ":mod:`tarfile`:"
85
- msgstr ""
104
+ msgstr ":mod:`tarfile`: "
86
105
87
106
#: ../Doc/deprecations/pending-removal-in-3.16.rst:41
88
107
msgid ""
89
108
"The undocumented and unused :attr:`!TarFile.tarfile` attribute has been "
90
109
"deprecated since Python 3.13."
91
110
msgstr ""
111
+ "El atributo :attr:`!TarFile.tarfile` que no se ha documentado ni utilizado "
112
+ "ha quedado obsoleto desde Python 3.13."
0 commit comments