@@ -43,7 +43,7 @@ msgstr ""
43
43
44
44
#: ../Doc/deprecations/pending-removal-in-future.rst:10
45
45
msgid ":mod:`array`'s ``'u'`` format code (:gh:`57281`)"
46
- msgstr "Código de formato :mod:`array` de `` 'u'`` (:gh:`57281`)"
46
+ msgstr "Código de formato `` 'u'`` de :mod:`array ` (:gh:`57281`)"
47
47
48
48
#: ../Doc/deprecations/pending-removal-in-future.rst:12
49
49
msgid ":mod:`builtins`:"
@@ -59,9 +59,9 @@ msgid ""
59
59
"is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "
60
60
"argument signature."
61
61
msgstr ""
62
- "Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature "
63
- "is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "
64
- "argument signature ."
62
+ "Generadores: las firmas ``throw(type, exc, tb)`` y ``athrow(type, exc, tb)``"
63
+ " están obsoletas: utilice ``throw(exc)`` y ``athrow(exc)`` en su lugar, la "
64
+ "firma de argumento único ."
65
65
66
66
#: ../Doc/deprecations/pending-removal-in-future.rst:18
67
67
msgid ""
@@ -89,7 +89,7 @@ msgid ""
89
89
"these methods will be required to return an instance of a strict subclass "
90
90
"of :class:`int`."
91
91
msgstr ""
92
- "Compatibilidad con los métodos ``__index__()`` y ``__int__()`` que retornan "
92
+ "Compatibilidad con los métodos ``__index__()`` e ``__int__()`` que retornan "
93
93
"un tipo que no es int: estos métodos serán necesarios para retornar una "
94
94
"instancia de una subclase estricta de :class:`int`."
95
95
@@ -100,7 +100,7 @@ msgid ""
100
100
"`float`."
101
101
msgstr ""
102
102
"Compatibilidad con el método ``__float__()`` que retorna una subclase "
103
- "estricta de :class:`float`: estos métodos serán necesarios para retornar una "
103
+ "estricta de :class:`float`: será necesario que estos métodos retornen una"
104
104
"instancia de :class:`float`."
105
105
106
106
#: ../Doc/deprecations/pending-removal-in-future.rst:32
@@ -110,7 +110,7 @@ msgid ""
110
110
"`complex`."
111
111
msgstr ""
112
112
"Compatibilidad con el método ``__complex__()`` que retorna una subclase "
113
- "estricta de :class:`complex`: estos métodos serán necesarios para retornar "
113
+ "estricta de :class:`complex`: será necesario que estos métodos retornen "
114
114
"una instancia de :class:`complex`."
115
115
116
116
#: ../Doc/deprecations/pending-removal-in-future.rst:35
@@ -263,7 +263,7 @@ msgstr "Opciones y protocolos de :mod:`ssl`:"
263
263
264
264
#: ../Doc/deprecations/pending-removal-in-future.rst:94
265
265
msgid ":class:`ssl.SSLContext` without protocol argument is deprecated."
266
- msgstr ":class:`ssl.SSLContext` obsoleto sin argumento de protocolo."
266
+ msgstr ":class:`ssl.SSLContext` sin argumento de protocolo queda obsoleto ."
267
267
268
268
#: ../Doc/deprecations/pending-removal-in-future.rst:95
269
269
msgid ""
@@ -275,11 +275,11 @@ msgstr ""
275
275
276
276
#: ../Doc/deprecations/pending-removal-in-future.rst:98
277
277
msgid "``ssl.OP_NO_SSL*`` options"
278
- msgstr "Opciones de ``ssl.OP_NO_SSL*``"
278
+ msgstr "Opciones ``ssl.OP_NO_SSL*``"
279
279
280
280
#: ../Doc/deprecations/pending-removal-in-future.rst:99
281
281
msgid "``ssl.OP_NO_TLS*`` options"
282
- msgstr "Opciones de ``ssl.OP_NO_TLS*``"
282
+ msgstr "Opciones ``ssl.OP_NO_TLS*``"
283
283
284
284
#: ../Doc/deprecations/pending-removal-in-future.rst:100
285
285
msgid "``ssl.PROTOCOL_SSLv3``"
@@ -371,7 +371,7 @@ msgid ""
371
371
":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
372
372
"value that is not ``None`` from a test case."
373
373
msgstr ""
374
- ":class:`unittest.IsolatedAsyncioTestCase`: queda deprecado para retornar un "
374
+ ":class:`unittest.IsolatedAsyncioTestCase`: queda deprecado retornar un "
375
375
"valor que no sea ``None`` en un caso de prueba."
376
376
377
377
#: ../Doc/deprecations/pending-removal-in-future.rst:128
@@ -433,8 +433,8 @@ msgid ""
433
433
"Use newer :func:`~urllib.request.urlopen` functions and methods."
434
434
msgstr ""
435
435
":mod:`urllib.request`: los estilos :class:`~urllib.request.URLopener` y :"
436
- "class:`~urllib.request.FancyURLopener` de invocar solicitudes queda "
437
- "obsoleto . Use las nuevas funciones y métodos :func:`~urllib.request.urlopen`."
436
+ "class:`~urllib.request.FancyURLopener` para invocar solicitudes quedan "
437
+ "obsoletos . Use las nuevas funciones y métodos :func:`~urllib.request.urlopen`."
438
438
439
439
#: ../Doc/deprecations/pending-removal-in-future.rst:146
440
440
msgid ""
0 commit comments