Skip to content

Commit c214e7f

Browse files
committed
Traducido archivo whatsnew/3.3.po
1 parent ba42d0e commit c214e7f

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

whatsnew/3.3.po

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2021-01-09 17:47-0400\n"
14+
"PO-Revision-Date: 2021-01-09 20:25-0400\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3255,7 +3255,7 @@ msgstr ""
32553255
"Nuevas constantes :data:`~os.RTLD_LAZY`, :data:`~os.RTLD_NOW`, :data:`~os."
32563256
"RTLD_GLOBAL`, :data:`~os.RTLD_LOCAL`, :data:`~os.RTLD_NODELETE`, :data:`~os."
32573257
"RTLD_NOLOAD`, and :data:`~os.RTLD_DEEPBIND` están disponibles en plataformas "
3258-
"que las soporten. Éstas son para uso con la función :func:`sys."
3258+
"que las soporten. Estas son para uso con la función :func:`sys."
32593259
"setdlopenflags`, y reemplazan las constantes similares definidas en :mod:"
32603260
"`ctypes` and :mod:`DLFCN`. (Contribución de Victor Stinner en :issue:"
32613261
"`13226`.)"
@@ -4852,9 +4852,7 @@ msgstr ""
48524852
"`find_loader()`, en el caso de trabajar con los buscadores de entradas :term:"
48534853
"` <path entry finder>`."
48544854

4855-
# me confunde lo de los ganchos de importacion...
48564855
#: ../Doc/whatsnew/3.3.rst:2398
4857-
#, fuzzy
48584856
msgid ""
48594857
":mod:`pkgutil` has been converted to use :mod:`importlib` internally. This "
48604858
"eliminates many edge cases where the old behaviour of the :pep:`302` import "
@@ -4865,7 +4863,7 @@ msgid ""
48654863
"provide the non-standard ``iter_modules()`` method."
48664864
msgstr ""
48674865
":mod:`pkgutil` ha sido convertido para usar :mod:`importlib` internamente. "
4868-
"Ésto elimina muchos casos extremos en los que el antiguo comportamiento de la "
4866+
"Esto elimina muchos casos extremos en los que el antiguo comportamiento de la "
48694867
"emulación de importación :pep:`302` no coincidía con el comportamiento del "
48704868
"sistema de importación real. La emulación de importación en sí aún sigue "
48714869
"presente, pero ya está obsoleta. Las funciones :func:`pkgutil.iter_importers` "
@@ -4982,17 +4980,15 @@ msgstr ""
49824980
"decisiones afectadas por la versión AST, use :attr:`sys.version_info` para "
49834981
"tomar la decisión."
49844982

4985-
# no sé como quedo esto
49864983
#: ../Doc/whatsnew/3.3.rst:2450
4987-
#, fuzzy
49884984
msgid ""
49894985
"Code that used to work around the fact that the :mod:`threading` module used "
49904986
"factory functions by subclassing the private classes will need to change to "
49914987
"subclass the now-public classes."
49924988
msgstr ""
4993-
"El código que solía funcionar basado en el hecho de que el módulo :mod:"
4994-
"`threading` usaba funciones factory por subclasificar las clases privadas "
4995-
"necesitará cambiar las subclases a clases públicas"
4989+
"El código que solía evitar el hecho de que el módulo :mod:`threading` "
4990+
"utilizaba funciones de fábrica mediante la subclase de las clases privadas "
4991+
"tendrá que cambiar a la subclase de las clases ahora públicas."
49964992

49974993
#: ../Doc/whatsnew/3.3.rst:2454
49984994
msgid ""
@@ -5010,17 +5006,15 @@ msgstr ""
50105006
msgid "Porting C code"
50115007
msgstr "Transferencia a código C"
50125008

5013-
# tirandola a pegar..
50145009
#: ../Doc/whatsnew/3.3.rst:2463
5015-
#, fuzzy
50165010
msgid ""
50175011
"In the course of changes to the buffer API the undocumented :c:member:"
50185012
"`~Py_buffer.smalltable` member of the :c:type:`Py_buffer` structure has been "
50195013
"removed and the layout of the :c:type:`PyMemoryViewObject` has changed."
50205014
msgstr ""
50215015
"En el curso de cambios a la API del buffer la estructura indocumentada :c:"
50225016
"member:`~Py_buffer.smalltable` member of the :c:type:`Py_buffer` ha sido "
5023-
"eliminada, y el .... del :c:type:`PyMemoryViewObject` se ha cambiado."
5017+
"eliminada, y el diseño de :c:type:`PyMemoryViewObject` se ha cambiado."
50245018

50255019
#: ../Doc/whatsnew/3.3.rst:2468
50265020
msgid ""

0 commit comments

Comments
 (0)