@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2021-03-19 11:16+0100\n "
14- "PO-Revision-Date : 2020-06-15 10:28+0200 \n "
14+ "PO-Revision-Date : 2021-08-10 21:18-0500 \n "
1515"Last-Translator : Héctor Canto <hectorcanto@gmail.com>\n "
1616"Language : es\n "
1717"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.8.0\n "
23+ "X-Generator : Poedit 3.0\n "
2324
2425#: ../Doc/library/typing.rst:3
2526msgid ":mod:`typing` --- Support for type hints"
@@ -372,7 +373,6 @@ msgstr ""
372373"compatible con todos los tipos."
373374
374375#: ../Doc/library/typing.rst:330
375- #, fuzzy
376376msgid ""
377377"This means that it is possible to perform any operation or method call on a "
378378"value of type :data:`Any` and assign it to any variable::"
@@ -392,7 +392,7 @@ msgstr ""
392392"tipo :data:`Any` a un tipo más preciso. Por ejemplo, el Validador estático "
393393"de tipos no reportó ningún error cuando se asignó ``a`` a ``s``, aún cuando "
394394"se declaró ``s`` como de tipo :class:`str` y recibió un valor :class:`int` "
395- "en tiempo de ejecución. "
395+ "en tiempo de ejecución! "
396396
397397#: ../Doc/library/typing.rst:354
398398msgid ""
@@ -459,7 +459,6 @@ msgstr ""
459459
460460# Frase ultracompleja, necesitar una revisión fuerte
461461#: ../Doc/library/typing.rst:408
462- #, fuzzy
463462msgid ""
464463"This requirement previously also applied to abstract base classes, such as :"
465464"class:`~collections.abc.Iterable`. The problem with this approach is that a "
@@ -468,11 +467,11 @@ msgid ""
468467"code. For example, this conforms to :pep:`484`::"
469468msgstr ""
470469"Este requisito también se aplicaba anteriormente a clases base abstractas "
471- "(ABC), tales como :class:`Iterable`. El problema con esta estrategia es que "
472- "una clase debía de ser marcada explícitamente para proporcionar tal "
473- "funcionalidad, lo que resulta poco *pythónico* (idiomático) y poco ajustado "
474- "a lo que uno normalmente haría en un código Python tipado dinámicamente. Por "
475- "ejemplo, esto sí se ajusta al :pep:`484`::"
470+ "(ABC), tales como :class:`~collections.abc. Iterable`. El problema con esta "
471+ "estrategia es que una clase debía de ser marcada explícitamente para "
472+ "proporcionar tal funcionalidad, lo que resulta poco *pythónico* (idiomático) "
473+ "y poco ajustado a lo que uno normalmente haría en un código Python tipado "
474+ "dinámicamente. Por ejemplo, esto sí se ajusta al :pep:`484`::"
476475
477476#: ../Doc/library/typing.rst:421
478477msgid ""
@@ -500,12 +499,11 @@ msgstr ""
500499
501500#: ../Doc/library/typing.rst:442
502501msgid "Module contents"
503- msgstr ""
502+ msgstr "Contenido del módulo. "
504503
505504#: ../Doc/library/typing.rst:444
506- #, fuzzy
507505msgid "The module defines the following classes, functions and decorators."
508- msgstr "El módulo define las siguientes clases, funciones y decoradores: "
506+ msgstr "El módulo define las siguientes clases, funciones y decoradores. "
509507
510508#: ../Doc/library/typing.rst:448
511509msgid ""
@@ -514,6 +512,11 @@ msgid ""
514512"variables inside ``[]``. These types became redundant in Python 3.9 when the "
515513"corresponding pre-existing classes were enhanced to support ``[]``."
516514msgstr ""
515+ "Este módulo define algunos tipos que son subclases de clases que ya existen "
516+ "en la librería estándar, y que además extienden :class:`Generic` para "
517+ "soportar variables de tipo dentro de ``[]``. Estos tipos se vuelven "
518+ "redundantes en Python 3.9 ya que las clases correspondientes fueron "
519+ "mejoradas para soportar ``[]``."
517520
518521#: ../Doc/library/typing.rst:454
519522msgid ""
@@ -522,26 +525,34 @@ msgid ""
522525"checkers will flag the deprecated types when the checked program targets "
523526"Python 3.9 or newer."
524527msgstr ""
528+ "Los tipos redundantes están descontinuados con Python 3.9 pero el intérprete "
529+ "no mostrará ninguna advertencia. Se espera que los verificadores de tipo "
530+ "marquen estos tipos como obsoletos cuando el programa a verificar apunte a "
531+ "Python 3.9 o superior."
525532
526533#: ../Doc/library/typing.rst:459
527534msgid ""
528535"The deprecated types will be removed from the :mod:`typing` module in the "
529536"first Python version released 5 years after the release of Python 3.9.0. See "
530537"details in :pep:`585`—*Type Hinting Generics In Standard Collections*."
531538msgstr ""
539+ "Los tipos obsoletos serán removidos del módulo :class:`Generic` en la "
540+ "primera versión de Python que sea lanzada 5 años después del lanzamiento de "
541+ "Python 3.9.0. Véase los detalles en :pep:`585` -- *Sugerencias de tipo "
542+ "genéricas en las Colecciones Estándar*."
532543
533544#: ../Doc/library/typing.rst:465
534545msgid "Special typing primitives"
535- msgstr ""
546+ msgstr "Primitivos especiales de tipado "
536547
537548#: ../Doc/library/typing.rst:468
538- #, fuzzy
539549msgid "Special types"
540- msgstr "Tipo Optional. "
550+ msgstr "Tipos especiales "
541551
542552#: ../Doc/library/typing.rst:470
543553msgid "These can be used as types in annotations and do not support ``[]``."
544554msgstr ""
555+ "Estos pueden ser usados como tipos en anotaciones y no soportan ``[]``."
545556
546557#: ../Doc/library/typing.rst:474
547558msgid "Special type indicating an unconstrained type."
0 commit comments