diff --git a/.overrides/CONTRIBUTING.rst b/.overrides/CONTRIBUTING.rst
index f6073fb3f5..bb168de019 100644
--- a/.overrides/CONTRIBUTING.rst
+++ b/.overrides/CONTRIBUTING.rst
@@ -115,5 +115,5 @@ Y luego accediendo a http://localhost:8000/
.. _poedit: https://poedit.net/
.. _nuestro canal de Telegram: https://t.me/python_docs_es
-.. _Memoria de traducción: https://python-docs-es.readthedocs.io/page/translation-memory.html
+.. _Memoria de traducción: https://python-docs-es.readthedocs.io/es/3.7/translation-memory.html
.. _lista de issues en GitHub: https://github.com/PyCampES/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
diff --git a/.overrides/progress.rst b/.overrides/progress.rst
deleted file mode 100644
index ca5088ba9a..0000000000
--- a/.overrides/progress.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-:orphan:
-
-===========================
- Progreso de la traducción
-===========================
-
-Aquí puedes ver a la lista de todos los archivo de la documentación,
-con sus respectivos porcentajes de lo traducido, los párrafos marcados como ``fuzzy``,
-y otras estadísticas.
-
-.. note::
-
- Esta lista se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.8``.
-
-.. runblock:: console
-
- $ potodo --offline --path .
diff --git a/.overrides/tools/templates/indexsidebar.html b/.overrides/tools/templates/indexsidebar.html
index 37bf257f5b..0b57a66a20 100644
--- a/.overrides/tools/templates/indexsidebar.html
+++ b/.overrides/tools/templates/indexsidebar.html
@@ -1,7 +1,6 @@
¡Ayúdanos a traducir!
Recursos
diff --git a/.overrides/translation-memory.rst b/.overrides/translation-memory.rst
index ff5c0190f4..648865efb0 100644
--- a/.overrides/translation-memory.rst
+++ b/.overrides/translation-memory.rst
@@ -31,41 +31,38 @@ Si quieres ver cómo se ha utilizado un término anteriormente, puedes utilizar
Éstos son las palabras que hemos coordinado hasta el momento:
- awaitable
- aguardable ``glossary``
+ loop
+ Bucle. ``tutorial/controlflow.po``
- built-in
- incorporada ``glossary.po``
+ handle exception
+ Gestionar excepción. ``tutorial/inputoutput.po``
- bytecodes
- queda igual ``glossary.po``
+ docstring
+ docstring. ``library/idle.po``
- callable
- invocable ``glossary.po``
+ path
+ Ruta. ``glossary.po``
- deallocated
- desalojable ``glossary.po``
+ named tuple.
+ tupla nombrada ``glossary.po``
- docstring
- docstring. ``library/idle.po``
+ bytecodes
+ queda igual ``glossary.po``
+
+ deallocated
+ desalojable ``glossary.po``
- handle exception
- Gestionar excepción. ``tutorial/inputoutput.po``
+ callable
+ invocable ``glossary.po``
- loop
- Bucle. ``tutorial/controlflow.po``
+ built-in
+ incorporada ``glossary.po``
- mapping
+ mapping
mapeo ``glossary.po``
- named tuple.
- tupla nombrada ``glossary.po``
-
- path
- Ruta. ``glossary.po``
-
- realease
- version ``HOWTO``
-
- underscore
+ underscore
guión bajo ``glossary.po``
+
+ awaitable
+ aguardable ``glossary``
diff --git a/Makefile b/Makefile
index d42291e088..af7cfb94c7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ help:
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
.PHONY: build
build: setup
- PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
+ sphinx-build -j auto -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
"or run 'make serve' to see them in http://localhost:8000";
diff --git a/README.rst b/README.rst
index 592d5eb0d8..683287390d 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ Spanish Translation of the Python Documentation
How to Contribute
-----------------
-We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html.
+We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/es/3.7/CONTRIBUTING.html.
Please, check the details there.
diff --git a/about.po b/about.po
index f2b0355641..62cbcc479a 100644
--- a/about.po
+++ b/about.po
@@ -1,12 +1,12 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2019-12-22 12:23+0100\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
"Language: es\n"
"X-Generator: Poedit 2.2.4\n"
diff --git a/bugs.po b/bugs.po
index 6a854587d7..cee3f3d155 100644
--- a/bugs.po
+++ b/bugs.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-02-23 16:37+0100\n"
"Last-Translator: \n"
"Language: es\n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -44,7 +45,7 @@ msgid ""
msgstr ""
"A veces puede ser más rápido corregir errores y añadir parches a Python, ya "
"que agiliza el proceso e involucra a menos personas. Aprenda a :ref:"
-"`contribute `."
+"`contribuir `.."
#: ../Doc/bugs.rst:16
msgid "Documentation bugs"
diff --git a/c-api/abstract.po b/c-api/abstract.po
index edc0a72f40..265ac5f0b1 100644
--- a/c-api/abstract.po
+++ b/c-api/abstract.po
@@ -1,27 +1,26 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
-"PO-Revision-Date: 2020-05-08 01:13+0200\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/abstract.rst:7
msgid "Abstract Objects Layer"
-msgstr "Capa de objetos abstractos"
+msgstr ""
#: ../Doc/c-api/abstract.rst:9
msgid ""
@@ -30,11 +29,6 @@ msgid ""
"or all sequence types). When used on object types for which they do not "
"apply, they will raise a Python exception."
msgstr ""
-"Las funciones de este capítulo interactúan con los objetos de Python "
-"independientemente de su tipo, o con amplias clases de tipos de objetos (por "
-"ejemplo, todos los tipos numéricos o todos los tipos de secuencia). Cuando "
-"se usan en tipos de objetos para los que no se aplican, generarán una "
-"excepción de Python."
#: ../Doc/c-api/abstract.rst:14
msgid ""
@@ -43,7 +37,3 @@ msgid ""
"`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` "
"value yet."
msgstr ""
-"No es posible utilizar estas funciones en objetos que no se inicializan "
-"correctamente, como un objeto de lista que ha sido creado por :c:func:"
-"`PyList_New`, pero cuyos elementos no se han establecido en algunos valores "
-"no-\\``NULL`` aún."
diff --git a/c-api/allocation.po b/c-api/allocation.po
index 6f4350289a..7073c52a7b 100644
--- a/c-api/allocation.po
+++ b/c-api/allocation.po
@@ -1,27 +1,26 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
-"PO-Revision-Date: 2020-05-08 01:33+0200\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/allocation.rst:6
msgid "Allocating Objects on the Heap"
-msgstr "Asignación de objetos en el montículo"
+msgstr ""
#: ../Doc/c-api/allocation.rst:17
msgid ""
@@ -31,18 +30,12 @@ msgid ""
"detector's set of observed objects. Other fields of the object are not "
"affected."
msgstr ""
-"Inicializa un objeto *op* recientemente asignado con su tipo y referencia "
-"inicial. Retorna el objeto inicializado. Si *type* indica que el objeto "
-"participa en el detector de basura cíclico, se agrega al conjunto de objetos "
-"observados del detector. Otros campos del objeto no se ven afectados."
#: ../Doc/c-api/allocation.rst:26
msgid ""
"This does everything :c:func:`PyObject_Init` does, and also initializes the "
"length information for a variable-size object."
msgstr ""
-"Esto hace todo lo que :c:func:`PyObject_Init` hace, y también inicializa la "
-"información de longitud para un objeto de tamaño variable."
#: ../Doc/c-api/allocation.rst:32
msgid ""
@@ -52,11 +45,6 @@ msgid ""
"the memory allocation is determined from the :c:member:`~PyTypeObject."
"tp_basicsize` field of the type object."
msgstr ""
-"Asigna un nuevo objeto Python usando el tipo de estructura de C *TYPE* y el "
-"objeto tipo Python *type*. Los campos no definidos por el encabezado del "
-"objeto Python no se inicializan;el conteo de referencias del objeto será "
-"uno. El tamaño de la asignación de memoria se determina a partir del campo :"
-"c:member:`~PyTypeObject.tp_basicsize` del tipo de objeto."
#: ../Doc/c-api/allocation.rst:41
msgid ""
@@ -69,15 +57,6 @@ msgid ""
"Embedding the array of fields into the same allocation decreases the number "
"of allocations, improving the memory management efficiency."
msgstr ""
-"Asigna un nuevo objeto Python usando el tipo de estructura de C *TYPE* y el "
-"objeto tipo Python *type*. Los campos no definidos por el encabezado del "
-"objeto Python no se inicializan. La memoria asignada permite los campos de "
-"la estructura *TYPE* más los campos *size* del tamaño dado por el campo :c:"
-"member:`~PyTypeObject.tp_itemsize` de *type*. Esto es útil para implementar "
-"objetos como tuplas, que pueden determinar su tamaño en el momento de la "
-"construcción. Incrustar el arreglo de campos en la misma asignación "
-"disminuye el número de asignaciones, mejorando la eficiencia de la gestión "
-"de memoria."
#: ../Doc/c-api/allocation.rst:53
msgid ""
@@ -87,11 +66,6 @@ msgid ""
"fields of the object should not be accessed after this call as the memory is "
"no longer a valid Python object."
msgstr ""
-"Libera memoria asignada a un objeto usando :c:func:`PyObject_New` o :c:func:"
-"`PyObject_NewVar`. Esto normalmente se llama desde el manejador :c:member:"
-"`~PyTypeObject.tp_dealloc` especificado en el tipo de objeto. No se debe "
-"acceder a los campos del objeto después de esta llamada, ya que la memoria "
-"ya no es un objeto Python válido."
#: ../Doc/c-api/allocation.rst:62
msgid ""
@@ -99,14 +73,11 @@ msgid ""
"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
"object."
msgstr ""
-"Objeto que es visible en Python como ``None``. Esto solo se debe acceder "
-"utilizando el macro :c:macro:`Py_None`, que se evalúa como un puntero a este "
-"objeto."
#: ../Doc/c-api/allocation.rst:69
msgid ":c:func:`PyModule_Create`"
-msgstr ":c:func:`PyModule_Create`"
+msgstr ""
#: ../Doc/c-api/allocation.rst:70
msgid "To allocate and create extension modules."
-msgstr "Para asignar y crear módulos de extensión."
+msgstr ""
diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po
index 741254d50b..08a6a8b80e 100644
--- a/c-api/apiabiversion.po
+++ b/c-api/apiabiversion.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/arg.po b/c-api/arg.po
index d8d1225875..81f1035e80 100644
--- a/c-api/arg.po
+++ b/c-api/arg.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/bool.po b/c-api/bool.po
index e4473e81a7..ec1101336d 100644
--- a/c-api/bool.po
+++ b/c-api/bool.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/buffer.po b/c-api/buffer.po
index 52eb5ac6a6..4565809062 100644
--- a/c-api/buffer.po
+++ b/c-api/buffer.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/bytearray.po b/c-api/bytearray.po
index 649b8b9745..b8051d2f63 100644
--- a/c-api/bytearray.po
+++ b/c-api/bytearray.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/bytes.po b/c-api/bytes.po
index a4ceaf3d70..16f755e715 100644
--- a/c-api/bytes.po
+++ b/c-api/bytes.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/capsule.po b/c-api/capsule.po
index 5c616d95d8..6c3b4e7618 100644
--- a/c-api/capsule.po
+++ b/c-api/capsule.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/cell.po b/c-api/cell.po
index 7e9cf2fd14..46fe53800e 100644
--- a/c-api/cell.po
+++ b/c-api/cell.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/code.po b/c-api/code.po
index e41652190e..e2f8cb1854 100644
--- a/c-api/code.po
+++ b/c-api/code.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/codec.po b/c-api/codec.po
index e925d5054f..ed69cee0c0 100644
--- a/c-api/codec.po
+++ b/c-api/codec.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/complex.po b/c-api/complex.po
index e0780b3272..c7716a4107 100644
--- a/c-api/complex.po
+++ b/c-api/complex.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/concrete.po b/c-api/concrete.po
index 4a7ef13ba1..5ec0f969f6 100644
--- a/c-api/concrete.po
+++ b/c-api/concrete.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/contextvars.po b/c-api/contextvars.po
index 1851b558a2..ed5cabc8e9 100644
--- a/c-api/contextvars.po
+++ b/c-api/contextvars.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/conversion.po b/c-api/conversion.po
index 9631dbba3c..0c7ad8cbb3 100644
--- a/c-api/conversion.po
+++ b/c-api/conversion.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/coro.po b/c-api/coro.po
index 0c534dec91..aa02c7be06 100644
--- a/c-api/coro.po
+++ b/c-api/coro.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/datetime.po b/c-api/datetime.po
index 0adac2a2cd..95b172d332 100644
--- a/c-api/datetime.po
+++ b/c-api/datetime.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/descriptor.po b/c-api/descriptor.po
index c429851b08..cc520a7283 100644
--- a/c-api/descriptor.po
+++ b/c-api/descriptor.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/dict.po b/c-api/dict.po
index 3f89a5afcf..2cd52c3149 100644
--- a/c-api/dict.po
+++ b/c-api/dict.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/exceptions.po b/c-api/exceptions.po
index f27007098b..63650caf63 100644
--- a/c-api/exceptions.po
+++ b/c-api/exceptions.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/file.po b/c-api/file.po
index 4a54a016fe..2f7bc946e4 100644
--- a/c-api/file.po
+++ b/c-api/file.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/float.po b/c-api/float.po
index 8237cb2f1c..16ad638ebb 100644
--- a/c-api/float.po
+++ b/c-api/float.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/function.po b/c-api/function.po
index eb04e1ea38..5ab3a1fdbe 100644
--- a/c-api/function.po
+++ b/c-api/function.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/gcsupport.po b/c-api/gcsupport.po
index 5357527475..ef2a67e890 100644
--- a/c-api/gcsupport.po
+++ b/c-api/gcsupport.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/gen.po b/c-api/gen.po
index c81f30806d..198b5db2d9 100644
--- a/c-api/gen.po
+++ b/c-api/gen.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/import.po b/c-api/import.po
index 7d74943965..2807dec2a1 100644
--- a/c-api/import.po
+++ b/c-api/import.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/index.po b/c-api/index.po
index 3c8dde99aa..d777c6b5a2 100644
--- a/c-api/index.po
+++ b/c-api/index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/init.po b/c-api/init.po
index ad91fc5d24..1d6951045c 100644
--- a/c-api/init.po
+++ b/c-api/init.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/intro.po b/c-api/intro.po
index 00e3c73f7b..c5ba002a9b 100644
--- a/c-api/intro.po
+++ b/c-api/intro.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/iter.po b/c-api/iter.po
index fe876b063f..9bedd72f70 100644
--- a/c-api/iter.po
+++ b/c-api/iter.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/iterator.po b/c-api/iterator.po
index f38d2aef01..bd3ee73145 100644
--- a/c-api/iterator.po
+++ b/c-api/iterator.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/list.po b/c-api/list.po
index ca81d9653c..c7e75b09f4 100644
--- a/c-api/list.po
+++ b/c-api/list.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/long.po b/c-api/long.po
index 0028094e86..44ba311589 100644
--- a/c-api/long.po
+++ b/c-api/long.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/mapping.po b/c-api/mapping.po
index a30f009a41..8e52c5b283 100644
--- a/c-api/mapping.po
+++ b/c-api/mapping.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/marshal.po b/c-api/marshal.po
index 517815af46..843235ab1b 100644
--- a/c-api/marshal.po
+++ b/c-api/marshal.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/memory.po b/c-api/memory.po
index 4cfd98194e..990b6d6dab 100644
--- a/c-api/memory.po
+++ b/c-api/memory.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/memoryview.po b/c-api/memoryview.po
index 54b77ff000..53980bc3ee 100644
--- a/c-api/memoryview.po
+++ b/c-api/memoryview.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/method.po b/c-api/method.po
index 0ce0ff3d8d..b7f2caf363 100644
--- a/c-api/method.po
+++ b/c-api/method.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/module.po b/c-api/module.po
index 07a991f56e..f86edf0df6 100644
--- a/c-api/module.po
+++ b/c-api/module.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/none.po b/c-api/none.po
index caeda827f1..285818dd1e 100644
--- a/c-api/none.po
+++ b/c-api/none.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/number.po b/c-api/number.po
index 442d4194f7..cd7332068c 100644
--- a/c-api/number.po
+++ b/c-api/number.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/objbuffer.po b/c-api/objbuffer.po
index c08913952c..f1ca61fd37 100644
--- a/c-api/objbuffer.po
+++ b/c-api/objbuffer.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/object.po b/c-api/object.po
index 83a3cbbca8..1d75d5d1cc 100644
--- a/c-api/object.po
+++ b/c-api/object.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/objimpl.po b/c-api/objimpl.po
index 24fc966206..fa62fea7ca 100644
--- a/c-api/objimpl.po
+++ b/c-api/objimpl.po
@@ -1,32 +1,29 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
-"PO-Revision-Date: 2020-05-08 01:35+0200\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/objimpl.rst:7
msgid "Object Implementation Support"
-msgstr "Soporte de implementación de objetos"
+msgstr ""
#: ../Doc/c-api/objimpl.rst:9
msgid ""
"This chapter describes the functions, types, and macros used when defining "
"new object types."
msgstr ""
-"Este capítulo describe las funciones, los tipos y las macros utilizados al "
-"definir nuevos tipos de objetos."
diff --git a/c-api/refcounting.po b/c-api/refcounting.po
index 0caef22b1f..b91a55b0b9 100644
--- a/c-api/refcounting.po
+++ b/c-api/refcounting.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/reflection.po b/c-api/reflection.po
index 4992134e33..72ffc6f0ee 100644
--- a/c-api/reflection.po
+++ b/c-api/reflection.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/sequence.po b/c-api/sequence.po
index a737df3be2..214ebc7b67 100644
--- a/c-api/sequence.po
+++ b/c-api/sequence.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/set.po b/c-api/set.po
index eb8a3c0c00..b960ddf3c0 100644
--- a/c-api/set.po
+++ b/c-api/set.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/slice.po b/c-api/slice.po
index 0435a1b360..aabe0e8e4b 100644
--- a/c-api/slice.po
+++ b/c-api/slice.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/stable.po b/c-api/stable.po
index a6db236556..9016849032 100644
--- a/c-api/stable.po
+++ b/c-api/stable.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/structures.po b/c-api/structures.po
index 12fb5eea32..1022f8b404 100644
--- a/c-api/structures.po
+++ b/c-api/structures.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/sys.po b/c-api/sys.po
index 2bfe3ae172..b1b707ff58 100644
--- a/c-api/sys.po
+++ b/c-api/sys.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/tuple.po b/c-api/tuple.po
index e831c024c7..5390d14097 100644
--- a/c-api/tuple.po
+++ b/c-api/tuple.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/type.po b/c-api/type.po
index f9712f26d6..65963d5228 100644
--- a/c-api/type.po
+++ b/c-api/type.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/typeobj.po b/c-api/typeobj.po
index 678393fa88..e3eea84ca6 100644
--- a/c-api/typeobj.po
+++ b/c-api/typeobj.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/unicode.po b/c-api/unicode.po
index 9003857c37..af19239a92 100644
--- a/c-api/unicode.po
+++ b/c-api/unicode.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/c-api/utilities.po b/c-api/utilities.po
index 98785c6aa7..d268d6136c 100644
--- a/c-api/utilities.po
+++ b/c-api/utilities.po
@@ -1,27 +1,26 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
-"PO-Revision-Date: 2020-05-08 01:09+0200\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/utilities.rst:7
msgid "Utilities"
-msgstr "Utilidades"
+msgstr ""
#: ../Doc/c-api/utilities.rst:9
msgid ""
@@ -30,7 +29,3 @@ msgid ""
"C, and parsing function arguments and constructing Python values from C "
"values."
msgstr ""
-"Las funciones de este capítulo realizan varias tareas de utilidad, que van "
-"desde ayudar a que el código C sea más portátil en todas las plataformas, "
-"usar módulos Python desde C y analizar argumentos de funciones y construir "
-"valores Python a partir de valores C."
diff --git a/c-api/veryhigh.po b/c-api/veryhigh.po
index 001d37b024..1f8b3c12e7 100644
--- a/c-api/veryhigh.po
+++ b/c-api/veryhigh.po
@@ -3,28 +3,27 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
-"PO-Revision-Date: 2020-05-08 00:54+0200\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/veryhigh.rst:8
msgid "The Very High Level Layer"
-msgstr "La capa de muy alto nivel"
+msgstr ""
#: ../Doc/c-api/veryhigh.rst:10
msgid ""
@@ -32,9 +31,6 @@ msgid ""
"in a file or a buffer, but they will not let you interact in a more detailed "
"way with the interpreter."
msgstr ""
-"Las funciones en este capítulo te permitirán ejecutar código fuente de "
-"Python desde un archivo o un búfer, pero no te permitirán interactuar de una "
-"manera detallada con el intérprete."
#: ../Doc/c-api/veryhigh.rst:14
msgid ""
@@ -43,10 +39,6 @@ msgid ""
"`Py_file_input`, and :const:`Py_single_input`. These are described "
"following the functions which accept them as parameters."
msgstr ""
-"Varias de estas funciones aceptan un símbolo de inicio de la gramática como "
-"parámetro. Los símbolos de inicio disponibles son :const:`Py_eval_input`, :"
-"const:`Py_file_input`, y :const:`Py_single_input`. Estos se describen "
-"siguiendo las funciones que los aceptan como parámetros."
#: ../Doc/c-api/veryhigh.rst:19
msgid ""
@@ -59,14 +51,6 @@ msgid ""
"if it is certain that they were created by the same library that the Python "
"runtime is using."
msgstr ""
-"Tenga en cuenta también que varias de estas funciones toman parámetros :c:"
-"type:`FILE\\*`. Una cuestión particular que debe manejarse con cuidado es "
-"que la estructura :c:type:`FILE` para diferentes bibliotecas en C puede ser "
-"diferente e incompatible. En Windows (al menos), es posible que las "
-"extensiones vinculadas dinámicamente utilicen diferentes bibliotecas, por lo "
-"que se debe tener cuidado de que los parámetros :c:type:`FILE\\*` solo se "
-"pasen a estas funciones si es seguro que estaban creado por la misma "
-"biblioteca que está utilizando el tiempo de ejecución de Python."
#: ../Doc/c-api/veryhigh.rst:30
msgid ""
@@ -80,16 +64,6 @@ msgid ""
"exception), ``1`` if the interpreter exits due to an exception, or ``2`` if "
"the parameter list does not represent a valid Python command line."
msgstr ""
-"El programa principal para el intérprete estándar. Está disponible para "
-"programas que incorporan Python. Los parámetros *argc* y *argv* deben "
-"prepararse exactamente como los que se pasan a la función :c:func:`main` de "
-"un programa en C (convertido a wchar_t de acuerdo con la configuración "
-"regional del usuario). Es importante tener en cuenta que la lista de "
-"argumentos puede ser modificada (pero el contenido de las cadenas de "
-"caracteres señaladas por la lista de argumentos no lo es). El valor de "
-"retorno será ``0`` si el intérprete acaba normalmente (es decir, sin "
-"excepción), ``1`` si el intérprete acaba debido a una excepción, o ``2`` si "
-"la lista de parámetros no representa una línea de comando Python válida."
#: ../Doc/c-api/veryhigh.rst:40
msgid ""
@@ -97,40 +71,28 @@ msgid ""
"function will not return ``1``, but exit the process, as long as "
"``Py_InspectFlag`` is not set."
msgstr ""
-"Tenga en cuenta que si se lanza un :exc:`SystemExit` no manejado, esta "
-"función no devolverá ``1``, pero saldrá del proceso, siempre que "
-"``Py_InspectFlag`` no esté configurado."
#: ../Doc/c-api/veryhigh.rst:47
msgid "Similar to :c:func:`Py_Main` but *argv* is an array of bytes strings."
msgstr ""
-"Similar a :c:func:`Py_Main` pero *argv* es un arreglo de cadenas de "
-"caracteres de bytes."
#: ../Doc/c-api/veryhigh.rst:54
msgid ""
"This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, "
"leaving *closeit* set to ``0`` and *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_AnyFileExFlags` más "
-"abajo, dejando *closeit* establecido a ``0`` y *flags* establecido a "
-"``NULL``."
#: ../Doc/c-api/veryhigh.rst:60
msgid ""
"This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, "
"leaving the *closeit* argument set to ``0``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_AnyFileExFlags` más "
-"abajo, dejando *closeit* establecido a ``0``."
#: ../Doc/c-api/veryhigh.rst:66
msgid ""
"This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, "
"leaving the *flags* argument set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_AnyFileExFlags` más "
-"abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:72
msgid ""
@@ -141,21 +103,12 @@ msgid ""
"func:`sys.getfilesystemencoding`). If *filename* is ``NULL``, this function "
"uses ``\"???\"`` as the filename."
msgstr ""
-"Si *fp* se refiere a un archivo asociado con un dispositivo interactivo "
-"(entrada de consola o terminal o pseudo-terminal Unix), devuelve el valor "
-"de :c:func:`PyRun_InteractiveLoop`, de lo contrario devuelve el resultado "
-"de :c:func:`PyRun_SimpleFile`. *filename* se decodifica a partir de la "
-"codificación del sistema de archivos (:func:`sys.getfilesystemencoding`). Si "
-"*filename* es ``NULL``, esta función usa ``\"???\"`` como nombre de archivo."
#: ../Doc/c-api/veryhigh.rst:82
msgid ""
"This is a simplified interface to :c:func:`PyRun_SimpleStringFlags` below, "
"leaving the :c:type:`PyCompilerFlags`\\* argument set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_SimpleStringFlags` más "
-"abajo, dejando el argumento :c:type:`PyCompilerFlags`\\* establecido a "
-"``NULL``."
#: ../Doc/c-api/veryhigh.rst:88
msgid ""
@@ -165,11 +118,6 @@ msgid ""
"was raised. If there was an error, there is no way to get the exception "
"information. For the meaning of *flags*, see below."
msgstr ""
-"Ejecuta el código fuente de Python desde *command* en el módulo :mod:"
-"`__main__` de acuerdo con el argumento *flags*. Si :mod:`__main__` aún no "
-"existe, se crea. Retorna ``0`` en caso de éxito o ``-1`` si se produjo una "
-"excepción. Si hubo un error, no hay forma de obtener la información de "
-"excepción. Para el significado de *flags*, ver abajo."
#: ../Doc/c-api/veryhigh.rst:94
msgid ""
@@ -177,26 +125,18 @@ msgid ""
"function will not return ``-1``, but exit the process, as long as "
"``Py_InspectFlag`` is not set."
msgstr ""
-"Tenga en cuenta que si no se maneja de otro modo :exc:`SystemExit`, esta "
-"función no devolverá ``-1``, pero saldrá del proceso, siempre que "
-"``Py_InspectFlag`` no esté configurado."
#: ../Doc/c-api/veryhigh.rst:101
msgid ""
"This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below, "
"leaving *closeit* set to ``0`` and *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_SimpleStringFlags` más "
-"abajo, dejando *closeit* establecido a ``0`` y *flags* establecido a "
-"``NULL``."
#: ../Doc/c-api/veryhigh.rst:107
msgid ""
"This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below, "
"leaving *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_SimpleStringFlags` más "
-"abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:113
msgid ""
@@ -206,12 +146,6 @@ msgid ""
"getfilesystemencoding`). If *closeit* is true, the file is closed before "
"PyRun_SimpleFileExFlags returns."
msgstr ""
-"Similar a :c:func:`PyRun_SimpleStringFlags`, pero el código fuente de Python "
-"se lee desde *fp* en lugar de una cadena de caracteres en memoria. "
-"*filename* debe ser el nombre del archivo, se decodifica a partir de la "
-"codificación del sistema de archivos (:func:`sys.getfilesystemencoding`). Si "
-"*closeit* es verdadero, el archivo se cierra antes de que "
-"PyRun_SimpleFileExFlags retorne."
#: ../Doc/c-api/veryhigh.rst:120
msgid ""
@@ -219,17 +153,12 @@ msgid ""
"\")``. Otherwise, Python may not handle script file with LF line ending "
"correctly."
msgstr ""
-"En Windows, *fp* debe abrirse en modo binario (por ejemplo, "
-"``fopen(filename, \"rb\")``. De lo contrario, Python puede no manejar "
-"correctamente el archivo de script con la terminación de línea LF."
#: ../Doc/c-api/veryhigh.rst:126
msgid ""
"This is a simplified interface to :c:func:`PyRun_InteractiveOneFlags` below, "
"leaving *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_InteractiveOneFlags` "
-"más abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:132
msgid ""
@@ -238,10 +167,6 @@ msgid ""
"prompted using ``sys.ps1`` and ``sys.ps2``. *filename* is decoded from the "
"filesystem encoding (:func:`sys.getfilesystemencoding`)."
msgstr ""
-"Lee y ejecuta declaraciones de un archivo asociado con un dispositivo "
-"interactivo de acuerdo al argumento *flags*. Se le solicitará al usuario "
-"usando ``sys.ps1`` y ``sys.ps2``. *filename* se decodifica a partir de la "
-"codificación del sistema de archivos (:func:`sys.getfilesystemencoding`)."
#: ../Doc/c-api/veryhigh.rst:137
msgid ""
@@ -251,19 +176,12 @@ msgid ""
"`errcode.h` is not included by :file:`Python.h`, so must be included "
"specifically if needed.)"
msgstr ""
-"Retorna ``0`` cuando la entrada se ejecuta con éxito, ``-1`` si hubo una "
-"excepción, o un código de error del archivo :file:`errcode.h` distribuido "
-"como parte de Python si hubo un error de análisis gramatical. (Tenga en "
-"cuenta que :file:`errcode.h` no está incluido en :file:`Python.h`, por lo "
-"que debe incluirse específicamente si es necesario)."
#: ../Doc/c-api/veryhigh.rst:146
msgid ""
"This is a simplified interface to :c:func:`PyRun_InteractiveLoopFlags` "
"below, leaving *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_InteractiveLoopFlags` "
-"más abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:152
msgid ""
@@ -273,11 +191,6 @@ msgid ""
"`sys.getfilesystemencoding`). Returns ``0`` at EOF or a negative number "
"upon failure."
msgstr ""
-"Lee y ejecuta declaraciones de un archivo asociado con un dispositivo "
-"interactivo hasta llegar al EOF. Se le solicitará al usuario usando ``sys."
-"ps1`` y ``sys.ps2``. *filename* se decodifica a partir de la codificación "
-"del sistema de archivos (:func:`sys.getfilesystemencoding`). Retorna ``0`` "
-"en EOF o un número negativo en caso de falla."
#: ../Doc/c-api/veryhigh.rst:161
msgid ""
@@ -288,13 +201,6 @@ msgid ""
"prompt with other event loops, as done in the :file:`Modules/_tkinter.c` in "
"the Python source code."
msgstr ""
-"Se puede configurar para que apunte a una función con el prototipo ``int "
-"func(void)``. Se llamará a la función cuando el indicador del intérprete de "
-"Python esté a punto de estar inactivo y espere la entrada del usuario desde "
-"el terminal. El valor de retorno es ignorado. Sobrescribiendo este enlace se "
-"puede utilizar para integrar la solicitud del intérprete con otros bucles de "
-"eventos, como se hace en :file:`Modules/_tkinter.c` en el código fuente de "
-"Python."
#: ../Doc/c-api/veryhigh.rst:172
msgid ""
@@ -306,23 +212,12 @@ msgid ""
"string. For example, The :mod:`readline` module sets this hook to provide "
"line-editing and tab-completion features."
msgstr ""
-"Se puede configurar para que apunte a una función con el prototipo ``char "
-"*func (FILE *stdin, FILE *stdout, char *prompt)``, sobrescribiendo la "
-"función predeterminada utilizada para leer una sola línea de entrada desde "
-"el intérprete. Se espera que la función genere la cadena de caracteres "
-"*prompt* si no es ``NULL``, y luego lea una línea de entrada del archivo de "
-"entrada estándar proporcionado, retornando la cadena de caracteres "
-"resultante. Por ejemplo, el módulo :mod:`readline` establece este enlace "
-"para proporcionar funciones de edición de línea y finalización de tabulación."
#: ../Doc/c-api/veryhigh.rst:181
msgid ""
"The result must be a string allocated by :c:func:`PyMem_RawMalloc` or :c:"
"func:`PyMem_RawRealloc`, or ``NULL`` if an error occurred."
msgstr ""
-"El resultado debe ser una cadena de caracteres alocado por :c:func:"
-"`PyMem_RawMalloc` o :c:func:`PyMem_RawRealloc`, o ``NULL`` si ocurre un "
-"error."
#: ../Doc/c-api/veryhigh.rst:184
msgid ""
@@ -330,9 +225,6 @@ msgid ""
"`PyMem_RawRealloc`, instead of being allocated by :c:func:`PyMem_Malloc` or :"
"c:func:`PyMem_Realloc`."
msgstr ""
-"El resultado debe ser alocado por :c:func:`PyMem_RawMalloc` o :c:func:"
-"`PyMem_RawRealloc`, en vez de ser alocado por :c:func:`PyMem_Malloc` o :c:"
-"func:`PyMem_Realloc`."
#: ../Doc/c-api/veryhigh.rst:192
msgid ""
@@ -340,9 +232,6 @@ msgid ""
"`PyParser_SimpleParseStringFlagsFilename` below, leaving *filename* set to "
"``NULL`` and *flags* set to ``0``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:"
-"`PyParser_SimpleParseStringFlagsFilename` más abajo, dejando *filename* "
-"establecido a ``NULL`` y *flags* establecido a ``0``."
#: ../Doc/c-api/veryhigh.rst:199
msgid ""
@@ -350,9 +239,6 @@ msgid ""
"`PyParser_SimpleParseStringFlagsFilename` below, leaving *filename* set to "
"``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:"
-"`PyParser_SimpleParseStringFlagsFilename` más abajo, dejando *filename* "
-"establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:206
msgid ""
@@ -362,38 +248,24 @@ msgid ""
"be evaluated many times. *filename* is decoded from the filesystem encoding "
"(:func:`sys.getfilesystemencoding`)."
msgstr ""
-"Analiza gramaticalmente el código fuente de Python desde *str* usando el "
-"token de inicio *start* de acuerdo con el argumento *flags*. El resultado se "
-"puede usar para crear un objeto de código que se puede evaluar de manera "
-"eficiente. Esto es útil si un fragmento de código debe evaluarse muchas "
-"veces. *filename* se decodifica a partir de la codificación del sistema de "
-"archivos (:func:`sys.getfilesystemencoding`)."
#: ../Doc/c-api/veryhigh.rst:215
msgid ""
"This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` "
"below, leaving *flags* set to ``0``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:"
-"`PyParser_SimpleParseFileFlags` más abajo, dejando *flags* establecido a "
-"``0``."
#: ../Doc/c-api/veryhigh.rst:221
msgid ""
"Similar to :c:func:`PyParser_SimpleParseStringFlagsFilename`, but the Python "
"source code is read from *fp* instead of an in-memory string."
msgstr ""
-"Similar a :c:func:`PyParser_SimpleParseStringFlagsFilename`, pero el código "
-"fuente de Python se lee desde *fp* en lugar de una cadena de caracteres en "
-"memoria."
#: ../Doc/c-api/veryhigh.rst:227
msgid ""
"This is a simplified interface to :c:func:`PyRun_StringFlags` below, leaving "
"*flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_StringFlags` más "
-"abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:233
msgid ""
@@ -403,45 +275,30 @@ msgid ""
"implements the mapping protocol. The parameter *start* specifies the start "
"token that should be used to parse the source code."
msgstr ""
-"Ejecuta el código fuente de Python desde *str* en el contexto especificado "
-"por los objetos *globals* y *locals* con los indicadores del compilador "
-"especificados por *flags*. *globals* debe ser un diccionario; *locals* puede "
-"ser cualquier objeto que implemente el protocolo de mapeo. El parámetro "
-"*start* especifica el token de inicio que se debe usar para analizar el "
-"código fuente."
#: ../Doc/c-api/veryhigh.rst:239
msgid ""
"Returns the result of executing the code as a Python object, or ``NULL`` if "
"an exception was raised."
msgstr ""
-"Devuelve el resultado de ejecutar el código como un objeto Python, o "
-"``NULL``' si se produjo una excepción."
#: ../Doc/c-api/veryhigh.rst:245
msgid ""
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
"*closeit* set to ``0`` and *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_FileExFlags` más "
-"abajo, dejando *closeit* establecido a ``0`` y *flags* establecido a "
-"``NULL``."
#: ../Doc/c-api/veryhigh.rst:251
msgid ""
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
"*flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_FileExFlags` más "
-"abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:257
msgid ""
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
"*closeit* set to ``0``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyRun_FileExFlags` más "
-"abajo, dejando *closeit* establecido a ``0``."
#: ../Doc/c-api/veryhigh.rst:263
msgid ""
@@ -451,28 +308,18 @@ msgid ""
"getfilesystemencoding`). If *closeit* is true, the file is closed before :c:"
"func:`PyRun_FileExFlags` returns."
msgstr ""
-"Similar a :c:func:`PyRun_StringFlags`, pero el código fuente de Python se "
-"lee desde *fp* en lugar de una cadena de caracteres en memoria. *filename* "
-"debe ser el nombre del archivo, se decodifica a partir de la codificación "
-"del sistema de archivos (:func:`sys.getfilesystemencoding`). Si *closeit* es "
-"verdadero, el archivo se cierra antes que :c:func:`PyRun_FileExFlags` "
-"retorne."
#: ../Doc/c-api/veryhigh.rst:272
msgid ""
"This is a simplified interface to :c:func:`Py_CompileStringFlags` below, "
"leaving *flags* set to ``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`Py_CompileStringFlags` más "
-"abajo, dejando *flags* establecido a ``NULL``."
#: ../Doc/c-api/veryhigh.rst:278
msgid ""
"This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, "
"with *optimize* set to ``-1``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`Py_CompileStringExFlags` más "
-"abajo, con *optimize* establecido a ``-1``."
#: ../Doc/c-api/veryhigh.rst:284
msgid ""
@@ -484,14 +331,6 @@ msgid ""
"may appear in tracebacks or :exc:`SyntaxError` exception messages. This "
"returns ``NULL`` if the code cannot be parsed or compiled."
msgstr ""
-"Analiza gramaticalmente y compila el código fuente de Python en *str*, "
-"devolviendo el objeto de código resultante. El token de inicio viene dado "
-"por *start*; esto se puede usar para restringir el código que se puede "
-"compilar y debe ser :const:`Py_eval_input`, :const:`Py_file_input`, o :const:"
-"`Py_single_input`. El nombre de archivo especificado por *filename* se usa "
-"para construir el objeto de código y puede aparecer en *tracebacks* o "
-"mensajes de excepción :exc:`SyntaxError`. Esto devuelve ``NULL``' si el "
-"código no se puede analizar gramaticalmente o compilar."
#: ../Doc/c-api/veryhigh.rst:292
msgid ""
@@ -501,21 +340,12 @@ msgid ""
"``__debug__`` is true), ``1`` (asserts are removed, ``__debug__`` is false) "
"or ``2`` (docstrings are removed too)."
msgstr ""
-"El número entero *optimize* especifica el nivel de optimización del "
-"compilador; un valor de ``-1`` selecciona el nivel de optimización del "
-"intérprete como se indica en las opciones :option:`-O`. Los niveles "
-"explícitos son ``0`` (sin optimización; ``__debug__`` es verdadero), ``1`` "
-"(los *asserts* se eliminan, ``__debug__`` es falso) o ``2`` (los docstrings "
-"también se eliminan) )"
#: ../Doc/c-api/veryhigh.rst:303
msgid ""
"Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string "
"decoded from the filesystem encoding (:func:`os.fsdecode`)."
msgstr ""
-"Como :c:func:`Py_CompileStringObject`, pero *filename* es una cadena de "
-"caracteres de byte decodificado desde la codificación del sistema de "
-"archivos (:func:`os.fsdecode`)."
#: ../Doc/c-api/veryhigh.rst:310
msgid ""
@@ -523,9 +353,6 @@ msgid ""
"code object, and global and local variables. The other arguments are set to "
"``NULL``."
msgstr ""
-"Esta es una interfaz simplificada para :c:func:`PyEval_EvalCodeEx`, con solo "
-"el objeto de código y las variables globales y locales. Los otros argumentos "
-"están establecidos en ``NULL``."
#: ../Doc/c-api/veryhigh.rst:317
msgid ""
@@ -535,28 +362,18 @@ msgid ""
"defaults, a dictionary of default values for :ref:`keyword-only ` arguments and a closure tuple of cells."
msgstr ""
-"Evaluar un objeto de código precompilado, dado un entorno particular para su "
-"evaluación. Este entorno consta de un diccionario de variables globales, un "
-"objeto de mapeo de variables locales, arreglos de argumentos, palabras clave "
-"y valores predeterminados, un diccionario de valores predeterminados para "
-"argumentos :ref:`keyword-only ` y una tupla de "
-"cierre de células."
#: ../Doc/c-api/veryhigh.rst:326
msgid ""
"The C structure of the objects used to describe frame objects. The fields of "
"this type are subject to change at any time."
msgstr ""
-"La estructura en C de los objetos utilizados para describir objetos del "
-"marco. Los campos de este tipo están sujetos a cambios en cualquier momento."
#: ../Doc/c-api/veryhigh.rst:332
msgid ""
"Evaluate an execution frame. This is a simplified interface to :c:func:"
"`PyEval_EvalFrameEx`, for backward compatibility."
msgstr ""
-"Evaluar un marco de ejecución. Esta es una interfaz simplificada para :c:"
-"func:`PyEval_EvalFrameEx`, para compatibilidad con versiones anteriores."
#: ../Doc/c-api/veryhigh.rst:338
msgid ""
@@ -567,36 +384,24 @@ msgid ""
"immediately be thrown; this is used for the :meth:`~generator.throw` methods "
"of generator objects."
msgstr ""
-"Esta es la función principal sin barnizar de la interpretación de Python. El "
-"objeto de código asociado con el marco de ejecución del marco *f* se "
-"ejecuta, interpretando el código de bytes y ejecutando llamadas según sea "
-"necesario. El parámetro adicional *throwflag* se puede ignorar por lo "
-"general; si es verdadero, entonces se genera una excepción de inmediato; "
-"esto se usa para los métodos :meth:`~generator.throw` de objetos generadores."
#: ../Doc/c-api/veryhigh.rst:345
msgid ""
"This function now includes a debug assertion to help ensure that it does not "
"silently discard an active exception."
msgstr ""
-"Esta función ahora incluye una afirmación de depuración para ayudar a "
-"garantizar que no descarte silenciosamente una excepción activa."
#: ../Doc/c-api/veryhigh.rst:352
msgid ""
"This function changes the flags of the current evaluation frame, and returns "
"true on success, false on failure."
msgstr ""
-"Esta función cambia los flags del marco de evaluación actual, y retorna "
-"verdad (*true*) en caso de éxito, falso (*false*) en caso de fallo."
#: ../Doc/c-api/veryhigh.rst:360
msgid ""
"The start symbol from the Python grammar for isolated expressions; for use "
"with :c:func:`Py_CompileString`."
msgstr ""
-"El símbolo de inicio de la gramática de Python para expresiones aisladas; "
-"para usar con :c:func:`Py_CompileString`."
#: ../Doc/c-api/veryhigh.rst:368
msgid ""
@@ -604,10 +409,6 @@ msgid ""
"from a file or other source; for use with :c:func:`Py_CompileString`. This "
"is the symbol to use when compiling arbitrarily long Python source code."
msgstr ""
-"El símbolo de inicio de la gramática de Python para secuencias de "
-"declaración leídos desde un archivo u otra fuente; para usar con :c:func:"
-"`Py_CompileString`. Este es el símbolo usado cuando se compile un código "
-"fuente en Python arbitrariamente largo."
#: ../Doc/c-api/veryhigh.rst:377
msgid ""
@@ -615,9 +416,6 @@ msgid ""
"with :c:func:`Py_CompileString`. This is the symbol used for the interactive "
"interpreter loop."
msgstr ""
-"El símbolo de inicio de la gramática de Python para una declaración única; "
-"para usar con :c:func:`Py_CompileString`. Este es el símbolo usado para el "
-"bucle interactivo del intérprete."
#: ../Doc/c-api/veryhigh.rst:384
msgid ""
@@ -626,11 +424,6 @@ msgid ""
"is being executed, it is passed as ``PyCompilerFlags *flags``. In this "
"case, ``from __future__ import`` can modify *flags*."
msgstr ""
-"Esta es la estructura usada para contener los flags del compilador. En "
-"casos donde el código es sólo compilado, es pasado como ``int flags``, y en "
-"casos donde el código es ejecutado, es pasado como ``PyCompilerFlags "
-"*flags``. En este caso, ``from __future__ import`` puede modificar los "
-"*flags*."
#: ../Doc/c-api/veryhigh.rst:389
msgid ""
@@ -638,39 +431,29 @@ msgid ""
"as equal to ``0``, and any modification due to ``from __future__ import`` is "
"discarded."
msgstr ""
-"Siempre y cuando ``PyCompilerFlags *flags`` es ``NULL``, :attr:`cf_flags` es "
-"tratado como igual a ``0``, y cualquier modificación debido a ``from "
-"__future__ import`` es descartada."
#: ../Doc/c-api/veryhigh.rst:395
msgid "Compiler flags."
-msgstr "Flags del compilador."
+msgstr ""
#: ../Doc/c-api/veryhigh.rst:399
msgid ""
"*cf_feature_version* is the minor Python version. It should be initialized "
"to ``PY_MINOR_VERSION``."
msgstr ""
-"*cf_feature_version* es la versión menor de Python. Debe ser inicializado a "
-"``PY_MINOR_VERSION``."
#: ../Doc/c-api/veryhigh.rst:402
msgid ""
"The field is ignored by default, it is used if and only if ``PyCF_ONLY_AST`` "
"flag is set in *cf_flags*."
msgstr ""
-"El campo es ignorado por defecto, es usado si y solo si el flag "
-"``PyCF_ONLY_AST`` está configurado en *cf_flags*."
#: ../Doc/c-api/veryhigh.rst:405
msgid "Added *cf_feature_version* field."
-msgstr "Agregado el campo *cf_feature_version*."
+msgstr ""
#: ../Doc/c-api/veryhigh.rst:411
msgid ""
"This bit can be set in *flags* to cause division operator ``/`` to be "
"interpreted as \"true division\" according to :pep:`238`."
msgstr ""
-"Este bit puede ser configurado en *flags* para causar que un operador de "
-"división ``/`` sea interpretado como una \"división real\" de acuerdo a :pep:"
-"`238`."
diff --git a/c-api/weakref.po b/c-api/weakref.po
index 0c3a832188..71e92d99d5 100644
--- a/c-api/weakref.po
+++ b/c-api/weakref.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/conf.py b/conf.py
index fa7658be5f..f84dd9cc3c 100644
--- a/conf.py
+++ b/conf.py
@@ -11,7 +11,7 @@
#
# This can be built locally using `sphinx-build` by running
#
-# $ sphinx-build -b html -d _build/doctrees -D language=es . _build/html
+# $ sphinx-build -b html -n -d _build/doctrees -D language=es . _build/html
import sys, os, time
sys.path.append(os.path.abspath('cpython/Doc/tools/extensions'))
@@ -36,14 +36,6 @@
os.system('mkdir -p cpython/locales/es/')
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
-html_short_title = f'Documentación {release}'
-html_title = f'Documentación de Python en Español -- {release}'
-
-exclude_patterns = [
- # This file is not included and it not marked as :orphan:
- 'distutils/_setuptools_disclaimer.rst',
- 'README.rst',
-]
if not os.environ.get('SPHINX_GETTEXT') == 'True':
# Override all the files from ``.overrides`` directory
@@ -105,22 +97,3 @@ def add_contributing_banner(app, doctree):
app.srcdir = 'cpython/Doc'
app.connect('doctree-read', add_contributing_banner)
-
- # Import the sphinx-autorun manually to avoid this warning
- # TODO: Remove this code and use just ``extensions.append('sphinx_autorun')`` when
- # that issue gets fixed
- # See https://github.com/WhyNotHugo/sphinx-autorun/issues/17
-
- # WARNING: the sphinx_autorun extension does not declare if it is safe for
- # parallel reading, assuming it isn't - please ask the extension author to
- # check and make it explicit
- # WARNING: doing serial read
- from sphinx_autorun import RunBlock, AutoRun
- app.add_directive('runblock', RunBlock)
- app.connect('builder-inited', AutoRun.builder_init)
- app.add_config_value('autorun_languages', AutoRun.config, 'env')
- return {
- 'version': '0.1',
- 'parallel_read_safe': True,
- 'parallel_write_safe': True,
- }
diff --git a/contents.po b/contents.po
index 59faba96c5..52ded7f6b6 100644
--- a/contents.po
+++ b/contents.po
@@ -2,15 +2,15 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2020-05-06 12:21-0300\n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/copyright.po b/copyright.po
index 12e35ecc35..e7a67bfa74 100644
--- a/copyright.po
+++ b/copyright.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/dict b/dict
index f7a69ca3ec..65890e2d32 100644
--- a/dict
+++ b/dict
@@ -4,12 +4,10 @@ Associates
Autocompletado
Awk
B
-Built
C
Circus
Cookbook
Fibonacci
-Flags
Flying
Fortran
Fourier
@@ -22,11 +20,9 @@ Numerical
Package
Perl
Pillow
-PyRun
Python
Reilly
SciPy
-SimpleFileExFlags
Smalltalk
Tk
Tutorial
@@ -41,7 +37,6 @@ arrays
attr
autenticación
autocompletado
-b
backspace
bash
batch
@@ -71,8 +66,6 @@ especificador
estáticamente
except
f
-flag
-flags
float
format
fraccional
@@ -89,8 +82,6 @@ indentada
inicializa
inicialización
inicializada
-inicializado
-inicializan
inicializar
insert
install
@@ -127,10 +118,8 @@ posicional
posicionales
post
posteriori
-precompilado
prompt
prompts
-pseudo
py
pyc
python
@@ -185,12 +174,9 @@ subpaquetes
subsecuencias
subíndices
sys
-t
tab
-tabulación
tipado
tipear
-token
tty
tupla
tupla
@@ -198,6 +184,5 @@ tuplas
tutorial
uninstall
vía
-wchar
x
zlib
diff --git a/distributing/index.po b/distributing/index.po
index 91b945bee2..fd3b13e319 100644
--- a/distributing/index.po
+++ b/distributing/index.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/apiref.po b/distutils/apiref.po
index 222b344c1b..da8ed400a7 100644
--- a/distutils/apiref.po
+++ b/distutils/apiref.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/builtdist.po b/distutils/builtdist.po
index 313cc533e9..e7e031fd2c 100644
--- a/distutils/builtdist.po
+++ b/distutils/builtdist.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/commandref.po b/distutils/commandref.po
index 25542c1673..3921c34630 100644
--- a/distutils/commandref.po
+++ b/distutils/commandref.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/configfile.po b/distutils/configfile.po
index cd7fc764e9..9f57f69556 100644
--- a/distutils/configfile.po
+++ b/distutils/configfile.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/examples.po b/distutils/examples.po
index fa94df6362..0f99aa5f9a 100644
--- a/distutils/examples.po
+++ b/distutils/examples.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/extending.po b/distutils/extending.po
index dc8233bb10..4e142b6c35 100644
--- a/distutils/extending.po
+++ b/distutils/extending.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/index.po b/distutils/index.po
index a9b7ff94b9..95388c29c8 100644
--- a/distutils/index.po
+++ b/distutils/index.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/introduction.po b/distutils/introduction.po
index 0190a3ae66..05c847ed27 100644
--- a/distutils/introduction.po
+++ b/distutils/introduction.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/packageindex.po b/distutils/packageindex.po
index d4f1ab0824..150d86ca19 100644
--- a/distutils/packageindex.po
+++ b/distutils/packageindex.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/setupscript.po b/distutils/setupscript.po
index 7269404eac..ee5653b19d 100644
--- a/distutils/setupscript.po
+++ b/distutils/setupscript.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/sourcedist.po b/distutils/sourcedist.po
index 70bc21c193..29b74e0f0b 100644
--- a/distutils/sourcedist.po
+++ b/distutils/sourcedist.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/distutils/uploading.po b/distutils/uploading.po
index 78911a1c78..5e86f1d695 100644
--- a/distutils/uploading.po
+++ b/distutils/uploading.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/building.po b/extending/building.po
index 5c9b297bb3..103cc5cf82 100644
--- a/extending/building.po
+++ b/extending/building.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/embedding.po b/extending/embedding.po
index b8774cd9b8..2335c3ae92 100644
--- a/extending/embedding.po
+++ b/extending/embedding.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/extending.po b/extending/extending.po
index 1d18e35f0c..9bb5152061 100644
--- a/extending/extending.po
+++ b/extending/extending.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/index.po b/extending/index.po
index 0e31f90d09..b4e409d21f 100644
--- a/extending/index.po
+++ b/extending/index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/newtypes.po b/extending/newtypes.po
index 05863bf653..16909aea6f 100644
--- a/extending/newtypes.po
+++ b/extending/newtypes.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/newtypes_tutorial.po b/extending/newtypes_tutorial.po
index 7d3af0c6fd..ecb9777e32 100644
--- a/extending/newtypes_tutorial.po
+++ b/extending/newtypes_tutorial.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/extending/windows.po b/extending/windows.po
index 4f9e3346bb..6bca14c71a 100644
--- a/extending/windows.po
+++ b/extending/windows.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/design.po b/faq/design.po
index a42fdde487..254cd13680 100644
--- a/faq/design.po
+++ b/faq/design.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/extending.po b/faq/extending.po
index 6b00e29806..6ae0124dc7 100644
--- a/faq/extending.po
+++ b/faq/extending.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/general.po b/faq/general.po
index cbbef6ed47..21d4824dd2 100644
--- a/faq/general.po
+++ b/faq/general.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/gui.po b/faq/gui.po
index 8b1b394c5a..4413762fb0 100644
--- a/faq/gui.po
+++ b/faq/gui.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/index.po b/faq/index.po
index 9a59c2f4a7..f5d2188e6f 100644
--- a/faq/index.po
+++ b/faq/index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/installed.po b/faq/installed.po
index 96bfc24305..941cad6503 100644
--- a/faq/installed.po
+++ b/faq/installed.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/library.po b/faq/library.po
index 01891fb6e0..94dfc1b3c8 100644
--- a/faq/library.po
+++ b/faq/library.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/programming.po b/faq/programming.po
index 9057f9b79c..514650c961 100644
--- a/faq/programming.po
+++ b/faq/programming.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/faq/windows.po b/faq/windows.po
index 057ce1ab1e..aec714031f 100644
--- a/faq/windows.po
+++ b/faq/windows.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/glossary.po b/glossary.po
index 3cbe93b94a..571e00cb15 100644
--- a/glossary.po
+++ b/glossary.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-06 22:27+0200\n"
"PO-Revision-Date: 2020-05-06 03:50-0300\n"
"Last-Translator: María Andrea Vignau\n"
"Language: es\n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -317,7 +318,7 @@ msgid ""
"meth:`__anext__` method until it raises a :exc:`StopAsyncIteration` "
"exception. Introduced by :pep:`492`."
msgstr ""
-"Un objeto que implementa los métodos :meth:`__aiter__` y :meth:`__anext__`. "
+"Un objeto que implementa los métodos meth:`__aiter__` y :meth:`__anext__`. "
"``__anext__`` debe retornar un objeto :term:`awaitable`. :keyword:`async "
"for` resuelve los esperables retornados por un método de iterador "
"asincrónico :meth:`__anext__` hasta que lanza una excepción :exc:"
@@ -533,7 +534,7 @@ msgstr ""
"cuales son escritos con la notación mencionada al final.; la parte "
"imaginaria es escrita con un sufijo ``j``, por ejemplo, ``3+1j``. Para "
"tener acceso a los equivalentes complejos del módulo :mod:`math` module, "
-"use :mod:`cmath`. El uso de números complejos es matemática bastante "
+"use :mod:`cmath. El uso de números complejos es matemática bastante "
"avanzada. Si no le parecen necesarios, puede ignorarlos sin inconvenientes."
#: ../Doc/glossary.rst:222
@@ -647,7 +648,7 @@ msgid ""
msgstr ""
"Una función que retorna otra función, usualmente aplicada como una función "
"de transformación empleando la sintaxis ``@envoltorio``. Ejemplos comunes de "
-"decoradores son :func:`classmethod` y :func:`staticmethod`."
+"decoradores son :func:`classmethod` y func:`staticmethod`."
#: ../Doc/glossary.rst:274
msgid ""
@@ -966,8 +967,8 @@ msgid ""
"for example, this function is expected to take two :class:`int` arguments "
"and is also expected to have an :class:`int` return value::"
msgstr ""
-"Las anotaciones de funciones son usadas frecuentemente para :term:`type hint "
-"`, por ejemplo, se espera que una función tome dos argumentos de "
+"Las anotaciones de funciones son usadas frecuentemente para :term:`type "
+"hint`s , por ejemplo, se espera que una función tome dos argumentos de "
"clase :class:`int` y también se espera que devuelva dos valores :class:"
"`int`::"
@@ -1435,7 +1436,7 @@ msgstr ""
"disponibles, una excepción :exc:`StopIteration` es disparada. En este "
"momento, el objeto iterador está exhausto y cualquier llamada posterior al "
"método :meth:`__next__` sólo dispara otra vez :exc:`StopIteration`. Los "
-"iteradores necesitan tener un método :meth:`__iter__` que retorna el objeto "
+"iteradores necesitan tener un método:meth:`__iter__` que retorna el objeto "
"iterador mismo así cada iterador es también un iterable y puede ser usado en "
"casi todos los lugares donde los iterables son aceptados. Una excepción "
"importante es el código que intenta múltiples pases de iteración. Un objeto "
@@ -2548,7 +2549,7 @@ msgstr ""
"Una manera de interpretar flujos de texto en la cual son reconocidos como "
"finales de línea todas siguientes formas: la convención de Unix para fin de "
"línea ``'\\n'``, la convención de Windows ``'\\r\\n'``, y la vieja "
-"convención de Macintosh ``'\\r'``. Vea :pep:`278` y :pep:`3116`, además de :"
+"convención de Macintosh ``'\\r'``. Vea :pep:`278` y :pep:`3116`, además de:"
"func:`bytes.splitlines` para usos adicionales."
#: ../Doc/glossary.rst:1120
diff --git a/howto/argparse.po b/howto/argparse.po
index 4465ed5698..6da764eb26 100644
--- a/howto/argparse.po
+++ b/howto/argparse.po
@@ -1,39 +1,44 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
-# Maintained by the python-doc-es workteam.
+# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
+"PO-Revision-Date: 2020-05-08 09:38-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: es\n"
+"X-Generator: Poedit 2.3\n"
+"Last-Translator: \n"
#: ../Doc/howto/argparse.rst:3
msgid "Argparse Tutorial"
-msgstr ""
+msgstr "Tutorial de Argparse"
#: ../Doc/howto/argparse.rst:0
msgid "author"
-msgstr ""
+msgstr "autor"
#: ../Doc/howto/argparse.rst:5
msgid "Tshepang Lekhonkhobe"
-msgstr ""
+msgstr "Tshepang Lekhonkhobe"
#: ../Doc/howto/argparse.rst:9
msgid ""
"This tutorial is intended to be a gentle introduction to :mod:`argparse`, "
"the recommended command-line parsing module in the Python standard library."
msgstr ""
+"Este tutorial pretende ser una leve introducción a :mod:`argparse`, el "
+"módulo de análisis (*parsing*) de línea de comandos recomendado en la "
+"biblioteca estándar de Python."
#: ../Doc/howto/argparse.rst:14
msgid ""
@@ -42,26 +47,34 @@ msgid ""
"mod:`optparse`. Note also that :mod:`argparse` is based on :mod:`optparse`, "
"and therefore very similar in terms of usage."
msgstr ""
+"Hay otros dos módulos que cumplen la misma tarea, llamados :mod:`getopt` (un "
+"equivalente a :c:func:`getopt` del lenguaje C) y el deprecado :mod:"
+"`optparse`. Tenga en cuenta también que :mod:`argparse` está basado en :mod:"
+"`optparse`, y por lo tanto muy similar en el uso."
#: ../Doc/howto/argparse.rst:22
msgid "Concepts"
-msgstr ""
+msgstr "Conceptos"
#: ../Doc/howto/argparse.rst:24
msgid ""
"Let's show the sort of functionality that we are going to explore in this "
"introductory tutorial by making use of the :command:`ls` command:"
msgstr ""
+"Vamos a mostrar el tipo de funcionalidad que vamos a explorar en este "
+"tutorial introductorio haciendo uso del comando :command:`ls`:"
#: ../Doc/howto/argparse.rst:46
msgid "A few concepts we can learn from the four commands:"
-msgstr ""
+msgstr "Algunos conceptos que podemos aprender de los cuatro comandos:"
#: ../Doc/howto/argparse.rst:48
msgid ""
"The :command:`ls` command is useful when run without any options at all. It "
"defaults to displaying the contents of the current directory."
msgstr ""
+"El comando :command:`ls` es útil cuando se ejecuta sin ninguna opción en "
+"absoluto. Por defecto muestra el contenido del directorio actual."
#: ../Doc/howto/argparse.rst:51
msgid ""
@@ -74,6 +87,14 @@ msgid ""
"position is *what you want copied,* and the second position is *where you "
"want it copied to*."
msgstr ""
+"Si queremos hacer algo, mas allá de lo que provee por defecto, le contamos "
+"un poco mas. En este caso, queremos mostrar un directorio diferente, "
+"``pypy``. Lo que hicimos fué especificar lo que se conoce como argumento "
+"posicional. Se llama así porque el programa debe saber que hacer con ese "
+"valor, basado únicamente en función de donde aparece en la línea de "
+"comandos. Este concepto es mas relevante para un comando como :command:`cp`, "
+"cuyo uso mas básico es ``cp SRC DEST``. La primer posición es *lo que "
+"quieres copiar*, y la segunda posición es *a donde lo quieres copiar*."
#: ../Doc/howto/argparse.rst:60
msgid ""
@@ -81,6 +102,10 @@ msgid ""
"display more info for each file instead of just showing the file names. The "
"``-l`` in that case is known as an optional argument."
msgstr ""
+"Ahora, digamos que queremos cambiar el comportamiento del programa. En "
+"nuestro ejemplo, mostramos mas información para cada archivo en lugar de "
+"solo mostrar los nombres de los archivos. El argumento ``-l`` en ese caso se "
+"conoce como argumento opcional."
#: ../Doc/howto/argparse.rst:64
msgid ""
@@ -88,36 +113,43 @@ msgid ""
"across a program you have never used before, and can figure out how it works "
"simply by reading its help text."
msgstr ""
+"Este es un fragmento del texto de ayuda. Es muy útil porque puedes encontrar "
+"un programa que nunca has usado antes, y puedes darte una idea de como "
+"funciona simplemente leyendo el texto de ayuda."
#: ../Doc/howto/argparse.rst:70
msgid "The basics"
-msgstr ""
+msgstr "Las bases"
#: ../Doc/howto/argparse.rst:72
msgid "Let us start with a very simple example which does (almost) nothing::"
-msgstr ""
+msgstr "Comencemos con un simple ejemplo, el cual no hace (casi) nada::"
#: ../Doc/howto/argparse.rst:78 ../Doc/howto/argparse.rst:186
#: ../Doc/howto/argparse.rst:207
msgid "Following is a result of running the code:"
-msgstr ""
+msgstr "Lo siguiente es el resultado de ejecutar el código:"
#: ../Doc/howto/argparse.rst:95 ../Doc/howto/argparse.rst:252
#: ../Doc/howto/argparse.rst:296
msgid "Here is what is happening:"
-msgstr ""
+msgstr "Esto es lo que está pasando:"
#: ../Doc/howto/argparse.rst:97
msgid ""
"Running the script without any options results in nothing displayed to "
"stdout. Not so useful."
msgstr ""
+"Ejecutar el script sin ninguna opción da como resultado que no se muestra "
+"nada en *stdout*. No es tan útil."
#: ../Doc/howto/argparse.rst:100
msgid ""
"The second one starts to display the usefulness of the :mod:`argparse` "
"module. We have done almost nothing, but already we get a nice help message."
msgstr ""
+"El segundo comienza a mostrar la utilidad del módulo :mod:`argparse`. No "
+"hemos hecho casi nada, pero ya recibimos un buen mensaje de ayuda."
#: ../Doc/howto/argparse.rst:103
msgid ""
@@ -129,19 +161,19 @@ msgstr ""
#: ../Doc/howto/argparse.rst:110
msgid "Introducing Positional arguments"
-msgstr ""
+msgstr "Introducción a los argumentos posicionales"
#: ../Doc/howto/argparse.rst:112
msgid "An example::"
-msgstr ""
+msgstr "Un ejemplo::"
#: ../Doc/howto/argparse.rst:120
msgid "And running the code:"
-msgstr ""
+msgstr "Y ejecutando el código:"
#: ../Doc/howto/argparse.rst:138
msgid "Here is what's happening:"
-msgstr ""
+msgstr "Aquí está lo que está sucediendo:"
#: ../Doc/howto/argparse.rst:140
msgid ""
@@ -211,7 +243,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:234 ../Doc/howto/argparse.rst:280
#: ../Doc/howto/argparse.rst:396 ../Doc/howto/argparse.rst:430
msgid "And the output:"
-msgstr ""
+msgstr "Y la salida:"
#: ../Doc/howto/argparse.rst:254
msgid ""
@@ -262,11 +294,11 @@ msgstr ""
#: ../Doc/howto/argparse.rst:308
msgid "Notice the different help text."
-msgstr ""
+msgstr "Observe los diferentes textos de ayuda."
#: ../Doc/howto/argparse.rst:312
msgid "Short options"
-msgstr ""
+msgstr "Opciones cortas"
#: ../Doc/howto/argparse.rst:314
msgid ""
@@ -274,34 +306,39 @@ msgid ""
"yet touched on the topic of short versions of the options. It's quite "
"simple::"
msgstr ""
+"Si estas familiarizado con el uso de la línea de comandos, podrás observar "
+"que aún no he tocado el tema de las versiones cortas de las opciones. Es "
+"bastante simple::"
#: ../Doc/howto/argparse.rst:326
msgid "And here goes:"
-msgstr ""
+msgstr "Y aquí va:"
#: ../Doc/howto/argparse.rst:339
msgid "Note that the new ability is also reflected in the help text."
msgstr ""
+"Tenga en cuenta que la nueva habilidad es también reflejada en el texto de "
+"ayuda."
#: ../Doc/howto/argparse.rst:343
msgid "Combining Positional and Optional arguments"
-msgstr ""
+msgstr "Combinar argumentos Opcionales y Posicionales"
#: ../Doc/howto/argparse.rst:345
msgid "Our program keeps growing in complexity::"
-msgstr ""
+msgstr "Nuestro programa sigue creciendo en complejidad::"
#: ../Doc/howto/argparse.rst:360
msgid "And now the output:"
-msgstr ""
+msgstr "Y ahora la salida:"
#: ../Doc/howto/argparse.rst:374
msgid "We've brought back a positional argument, hence the complaint."
-msgstr ""
+msgstr "Hemos traído de vuelta un argumento posicional, de ahi la queja."
#: ../Doc/howto/argparse.rst:376
msgid "Note that the order does not matter."
-msgstr ""
+msgstr "Tenga en cuenta que el orden no importa."
#: ../Doc/howto/argparse.rst:378
msgid ""
@@ -343,7 +380,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:501
msgid "It also behaves similar to \"store_true\" action."
-msgstr ""
+msgstr "También se comporta de manera similar a la acción \"store_true\"."
#: ../Doc/howto/argparse.rst:503
msgid ""
@@ -376,11 +413,11 @@ msgstr ""
#: ../Doc/howto/argparse.rst:519
msgid "Let's fix::"
-msgstr ""
+msgstr "Vamos a arreglarlo::"
#: ../Doc/howto/argparse.rst:538
msgid "And this is what it gives:"
-msgstr ""
+msgstr "Y esto es lo que da:"
#: ../Doc/howto/argparse.rst:553
msgid ""
@@ -407,7 +444,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:582
msgid "And:"
-msgstr ""
+msgstr "Y:"
#: ../Doc/howto/argparse.rst:589
msgid ""
@@ -418,7 +455,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:596
msgid "Getting a little more advanced"
-msgstr ""
+msgstr "Un poco mas avanzado"
#: ../Doc/howto/argparse.rst:598
msgid ""
@@ -428,7 +465,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:615 ../Doc/howto/argparse.rst:653
msgid "Output:"
-msgstr ""
+msgstr "Salida:"
#: ../Doc/howto/argparse.rst:636
msgid ""
@@ -439,7 +476,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:667
msgid "Conflicting options"
-msgstr ""
+msgstr "Opciones conflictivas"
#: ../Doc/howto/argparse.rst:669
msgid ""
@@ -479,7 +516,7 @@ msgstr ""
#: ../Doc/howto/argparse.rst:760
msgid "Conclusion"
-msgstr ""
+msgstr "Conclusión"
#: ../Doc/howto/argparse.rst:762
msgid ""
diff --git a/howto/clinic.po b/howto/clinic.po
index 2df5d0b6b3..49e2e73cea 100644
--- a/howto/clinic.po
+++ b/howto/clinic.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/cporting.po b/howto/cporting.po
index c15046dc7a..8cd21eec50 100644
--- a/howto/cporting.po
+++ b/howto/cporting.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/curses.po b/howto/curses.po
index 80450ee775..83301efbd8 100644
--- a/howto/curses.po
+++ b/howto/curses.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/descriptor.po b/howto/descriptor.po
index 9856113d61..15a8832ac1 100644
--- a/howto/descriptor.po
+++ b/howto/descriptor.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/functional.po b/howto/functional.po
index de228343ad..09cc92dc71 100644
--- a/howto/functional.po
+++ b/howto/functional.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/index.po b/howto/index.po
index adc17023bc..cd8bf9f204 100644
--- a/howto/index.po
+++ b/howto/index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/instrumentation.po b/howto/instrumentation.po
index 3bc0b1e806..c95469ebb0 100644
--- a/howto/instrumentation.po
+++ b/howto/instrumentation.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/ipaddress.po b/howto/ipaddress.po
index e4df445c5c..70ffeac8f7 100644
--- a/howto/ipaddress.po
+++ b/howto/ipaddress.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/logging-cookbook.po b/howto/logging-cookbook.po
index add8f81564..65ebd5989c 100644
--- a/howto/logging-cookbook.po
+++ b/howto/logging-cookbook.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/logging.po b/howto/logging.po
index 7c43f03163..912417e0d5 100644
--- a/howto/logging.po
+++ b/howto/logging.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/pyporting.po b/howto/pyporting.po
index bc74930648..b2e08674cb 100644
--- a/howto/pyporting.po
+++ b/howto/pyporting.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/regex.po b/howto/regex.po
index 0aaf44b6fc..0f7b1b90bc 100644
--- a/howto/regex.po
+++ b/howto/regex.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/sockets.po b/howto/sockets.po
index 38a29aaab0..9912eaff1c 100644
--- a/howto/sockets.po
+++ b/howto/sockets.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/sorting.po b/howto/sorting.po
index 6c2971d69f..d0deb81d5d 100644
--- a/howto/sorting.po
+++ b/howto/sorting.po
@@ -3,38 +3,35 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
-"PO-Revision-Date: 2020-05-07 05:36-0300\n"
-"Language-Team: python-doc-es\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"Last-Translator: Carlos A. Crespo \n"
-"Language: es\n"
-"X-Generator: Poedit 2.3\n"
-# validar con el equipo
#: ../Doc/howto/sorting.rst:4
-#, fuzzy
msgid "Sorting HOW TO"
-msgstr "HOW TO - Ordenar"
+msgstr ""
#: ../Doc/howto/sorting.rst
msgid "Author"
-msgstr "Autor"
+msgstr ""
#: ../Doc/howto/sorting.rst:6
msgid "Andrew Dalke and Raymond Hettinger"
-msgstr "Andrew Dalke and Raymond Hettinger"
+msgstr ""
#: ../Doc/howto/sorting.rst
msgid "Release"
diff --git a/howto/unicode.po b/howto/unicode.po
index 78200cc94c..3a0799850f 100644
--- a/howto/unicode.po
+++ b/howto/unicode.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/howto/urllib2.po b/howto/urllib2.po
index 2de62fadba..a974562492 100644
--- a/howto/urllib2.po
+++ b/howto/urllib2.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/install/index.po b/install/index.po
index a9cc53e9fb..00459b9946 100644
--- a/install/index.po
+++ b/install/index.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/installing/index.po b/installing/index.po
index 9e439f95a6..fa1bce0198 100644
--- a/installing/index.po
+++ b/installing/index.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/2to3.po b/library/2to3.po
index 652f797b18..318c0f0073 100644
--- a/library/2to3.po
+++ b/library/2to3.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/__future__.po b/library/__future__.po
index fc8e0b6d42..75709c2dbc 100644
--- a/library/__future__.po
+++ b/library/__future__.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/__main__.po b/library/__main__.po
index 12eb98bb3d..16c9cacd82 100644
--- a/library/__main__.po
+++ b/library/__main__.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po
index 1ec771c646..b2ce0e558b 100644
--- a/library/_dummy_thread.po
+++ b/library/_dummy_thread.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/_thread.po b/library/_thread.po
index 9fca8bf709..fb150f749f 100644
--- a/library/_thread.po
+++ b/library/_thread.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/abc.po b/library/abc.po
index 819eb34bdd..f34c64ff90 100644
--- a/library/abc.po
+++ b/library/abc.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/aifc.po b/library/aifc.po
index 8ba3ba87df..97c83df13c 100644
--- a/library/aifc.po
+++ b/library/aifc.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/allos.po b/library/allos.po
index 9460f549e2..be27ed0b6b 100644
--- a/library/allos.po
+++ b/library/allos.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/archiving.po b/library/archiving.po
index 48838b4f99..f03afdd749 100644
--- a/library/archiving.po
+++ b/library/archiving.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/argparse.po b/library/argparse.po
index 473b28046b..e1670bc362 100644
--- a/library/argparse.po
+++ b/library/argparse.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/array.po b/library/array.po
index da8f30510e..71609fe72c 100644
--- a/library/array.po
+++ b/library/array.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/ast.po b/library/ast.po
index 84d3677c4a..355a66ed5c 100644
--- a/library/ast.po
+++ b/library/ast.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asynchat.po b/library/asynchat.po
index 63adc65c96..b334a97638 100644
--- a/library/asynchat.po
+++ b/library/asynchat.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-api-index.po b/library/asyncio-api-index.po
index 7cc1835bd9..a8dd08ffb5 100644
--- a/library/asyncio-api-index.po
+++ b/library/asyncio-api-index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-dev.po b/library/asyncio-dev.po
index 13e3174da5..0a2600d42f 100644
--- a/library/asyncio-dev.po
+++ b/library/asyncio-dev.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-eventloop.po b/library/asyncio-eventloop.po
index 20e58bcb06..c370d6bb0a 100644
--- a/library/asyncio-eventloop.po
+++ b/library/asyncio-eventloop.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-exceptions.po b/library/asyncio-exceptions.po
index a1aedb7825..fee81ba873 100644
--- a/library/asyncio-exceptions.po
+++ b/library/asyncio-exceptions.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-future.po b/library/asyncio-future.po
index 28fe986eb2..206528babb 100644
--- a/library/asyncio-future.po
+++ b/library/asyncio-future.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-llapi-index.po b/library/asyncio-llapi-index.po
index 0fdcf63495..d975232418 100644
--- a/library/asyncio-llapi-index.po
+++ b/library/asyncio-llapi-index.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-platforms.po b/library/asyncio-platforms.po
index 09fdf497db..7228cc8cea 100644
--- a/library/asyncio-platforms.po
+++ b/library/asyncio-platforms.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-policy.po b/library/asyncio-policy.po
index 11f446d92f..53476abadd 100644
--- a/library/asyncio-policy.po
+++ b/library/asyncio-policy.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-protocol.po b/library/asyncio-protocol.po
index 31da927555..8384a32258 100644
--- a/library/asyncio-protocol.po
+++ b/library/asyncio-protocol.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-queue.po b/library/asyncio-queue.po
index b5a17a5421..446fc8a72a 100644
--- a/library/asyncio-queue.po
+++ b/library/asyncio-queue.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-stream.po b/library/asyncio-stream.po
index cbdf0e1399..6409ef1c71 100644
--- a/library/asyncio-stream.po
+++ b/library/asyncio-stream.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po
index 07d9328a81..c39ddbfc63 100644
--- a/library/asyncio-subprocess.po
+++ b/library/asyncio-subprocess.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-sync.po b/library/asyncio-sync.po
index c9adb95b52..34390a9c80 100644
--- a/library/asyncio-sync.po
+++ b/library/asyncio-sync.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio-task.po b/library/asyncio-task.po
index fc686bfb54..469931ca9b 100644
--- a/library/asyncio-task.po
+++ b/library/asyncio-task.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncio.po b/library/asyncio.po
index 1e2f4d4910..1342b649c6 100644
--- a/library/asyncio.po
+++ b/library/asyncio.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/asyncore.po b/library/asyncore.po
index 9f758bbe23..ddefdd96b8 100644
--- a/library/asyncore.po
+++ b/library/asyncore.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/atexit.po b/library/atexit.po
index 0a87fb57f1..c93d78e2e7 100644
--- a/library/atexit.po
+++ b/library/atexit.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/audioop.po b/library/audioop.po
index 1ac4b0b01e..757af459f5 100644
--- a/library/audioop.po
+++ b/library/audioop.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/base64.po b/library/base64.po
index c09c2c523b..6d007e42a6 100644
--- a/library/base64.po
+++ b/library/base64.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/bdb.po b/library/bdb.po
index 7a438f1ccb..fb25e76c58 100644
--- a/library/bdb.po
+++ b/library/bdb.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/binary.po b/library/binary.po
index 40edd987fe..0a46bd9664 100644
--- a/library/binary.po
+++ b/library/binary.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/binascii.po b/library/binascii.po
index 4cef292e6a..db991d9a20 100644
--- a/library/binascii.po
+++ b/library/binascii.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/binhex.po b/library/binhex.po
index 9c11eb7cde..5cd279924d 100644
--- a/library/binhex.po
+++ b/library/binhex.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/bisect.po b/library/bisect.po
index 255dec9d05..d04456efaa 100644
--- a/library/bisect.po
+++ b/library/bisect.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/builtins.po b/library/builtins.po
index a7f7f82a03..722f4f6d4d 100644
--- a/library/builtins.po
+++ b/library/builtins.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/bz2.po b/library/bz2.po
index dd7e68252e..fafaa23fd1 100644
--- a/library/bz2.po
+++ b/library/bz2.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/calendar.po b/library/calendar.po
index e134724b44..0ce8660de2 100644
--- a/library/calendar.po
+++ b/library/calendar.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/cgi.po b/library/cgi.po
index 7e86848cb1..c5555722f1 100644
--- a/library/cgi.po
+++ b/library/cgi.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/cgitb.po b/library/cgitb.po
index 5b9cea965c..f2904081b3 100644
--- a/library/cgitb.po
+++ b/library/cgitb.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/chunk.po b/library/chunk.po
index 0536f0c9cc..0cfae64fe3 100644
--- a/library/chunk.po
+++ b/library/chunk.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/cmath.po b/library/cmath.po
index 272f4bec16..6f6dc86892 100644
--- a/library/cmath.po
+++ b/library/cmath.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/cmd.po b/library/cmd.po
index b2bf03ad63..c691203585 100644
--- a/library/cmd.po
+++ b/library/cmd.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/code.po b/library/code.po
index 1105fa8406..afa9684b4e 100644
--- a/library/code.po
+++ b/library/code.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/codecs.po b/library/codecs.po
index 66e5cc6183..9a1e6d985c 100644
--- a/library/codecs.po
+++ b/library/codecs.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/codeop.po b/library/codeop.po
index f40cbf49d5..f896f952e7 100644
--- a/library/codeop.po
+++ b/library/codeop.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/collections.abc.po b/library/collections.abc.po
index 682992f043..da64980aff 100644
--- a/library/collections.abc.po
+++ b/library/collections.abc.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/collections.po b/library/collections.po
index 8887db02c6..151549628a 100644
--- a/library/collections.po
+++ b/library/collections.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/colorsys.po b/library/colorsys.po
index 6bba080db7..18f035cc30 100644
--- a/library/colorsys.po
+++ b/library/colorsys.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/compileall.po b/library/compileall.po
index 6007e52c30..a0d02659a9 100644
--- a/library/compileall.po
+++ b/library/compileall.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/concurrency.po b/library/concurrency.po
index 75212e3695..92c8051224 100644
--- a/library/concurrency.po
+++ b/library/concurrency.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/concurrent.futures.po b/library/concurrent.futures.po
index 48607c62bb..a4071230c7 100644
--- a/library/concurrent.futures.po
+++ b/library/concurrent.futures.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/concurrent.po b/library/concurrent.po
index 9797063a93..a376387eee 100644
--- a/library/concurrent.po
+++ b/library/concurrent.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/configparser.po b/library/configparser.po
index 747f31e7ca..0563547e38 100644
--- a/library/configparser.po
+++ b/library/configparser.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/constants.po b/library/constants.po
index 384f157e67..0e82a8d73c 100644
--- a/library/constants.po
+++ b/library/constants.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/contextlib.po b/library/contextlib.po
index cee3d19be9..b14b2a9c76 100644
--- a/library/contextlib.po
+++ b/library/contextlib.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/contextvars.po b/library/contextvars.po
index 16317e2ab8..40b5b737ad 100644
--- a/library/contextvars.po
+++ b/library/contextvars.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/copy.po b/library/copy.po
index 3acc6cc405..9799156448 100644
--- a/library/copy.po
+++ b/library/copy.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/copyreg.po b/library/copyreg.po
index 34bbcea412..eaa358020c 100644
--- a/library/copyreg.po
+++ b/library/copyreg.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/crypt.po b/library/crypt.po
index 536e124b35..0259e9f5ee 100644
--- a/library/crypt.po
+++ b/library/crypt.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/crypto.po b/library/crypto.po
index 0ddd63e0ad..d7fae4740f 100644
--- a/library/crypto.po
+++ b/library/crypto.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/csv.po b/library/csv.po
index cffa512cb3..ac71cc3074 100644
--- a/library/csv.po
+++ b/library/csv.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/ctypes.po b/library/ctypes.po
index 56adbd4b3a..9583085dd7 100644
--- a/library/ctypes.po
+++ b/library/ctypes.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/curses.ascii.po b/library/curses.ascii.po
index 19c199f792..772eed7a91 100644
--- a/library/curses.ascii.po
+++ b/library/curses.ascii.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/curses.panel.po b/library/curses.panel.po
index ed4b42cb68..0b6f5b9fe3 100644
--- a/library/curses.panel.po
+++ b/library/curses.panel.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/curses.po b/library/curses.po
index 10549d9905..6a01260214 100644
--- a/library/curses.po
+++ b/library/curses.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/custominterp.po b/library/custominterp.po
index ac7b1a3f49..26fec6a6ca 100644
--- a/library/custominterp.po
+++ b/library/custominterp.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/dataclasses.po b/library/dataclasses.po
index 7387752525..aa180965f3 100644
--- a/library/dataclasses.po
+++ b/library/dataclasses.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/datatypes.po b/library/datatypes.po
index 883f6b9934..2d90199fc1 100644
--- a/library/datatypes.po
+++ b/library/datatypes.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/datetime.po b/library/datetime.po
index 9bc8a8bb28..f5dda81988 100644
--- a/library/datetime.po
+++ b/library/datetime.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/dbm.po b/library/dbm.po
index c96b996101..6d638cc474 100644
--- a/library/dbm.po
+++ b/library/dbm.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/debug.po b/library/debug.po
index 493fcbd847..ef1c4cb8be 100644
--- a/library/debug.po
+++ b/library/debug.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/decimal.po b/library/decimal.po
index 78f9994023..4f87aef8ae 100644
--- a/library/decimal.po
+++ b/library/decimal.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/development.po b/library/development.po
index d18d1da71c..255a8406c2 100644
--- a/library/development.po
+++ b/library/development.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/difflib.po b/library/difflib.po
index e5ed6e6ca1..857dda9ce9 100644
--- a/library/difflib.po
+++ b/library/difflib.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/dis.po b/library/dis.po
index df3196ef3c..c9cb6bb47a 100644
--- a/library/dis.po
+++ b/library/dis.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/distribution.po b/library/distribution.po
index 970b1e86c6..6a02c94b62 100644
--- a/library/distribution.po
+++ b/library/distribution.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/distutils.po b/library/distutils.po
index 68d6cc5b6e..7a99998c06 100644
--- a/library/distutils.po
+++ b/library/distutils.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/doctest.po b/library/doctest.po
index efc4b4777f..491636a201 100644
--- a/library/doctest.po
+++ b/library/doctest.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/dummy_threading.po b/library/dummy_threading.po
index ec682ea20d..9226188166 100644
--- a/library/dummy_threading.po
+++ b/library/dummy_threading.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.charset.po b/library/email.charset.po
index a8ea7c981a..b00ec0b7e7 100644
--- a/library/email.charset.po
+++ b/library/email.charset.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.compat32-message.po b/library/email.compat32-message.po
index 8884192773..1dc0826baf 100644
--- a/library/email.compat32-message.po
+++ b/library/email.compat32-message.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.contentmanager.po b/library/email.contentmanager.po
index 9fc512fec5..c7a746f122 100644
--- a/library/email.contentmanager.po
+++ b/library/email.contentmanager.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.encoders.po b/library/email.encoders.po
index 1b76476c24..7837c4ea1f 100644
--- a/library/email.encoders.po
+++ b/library/email.encoders.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.errors.po b/library/email.errors.po
index c01007d9cc..4ff6e0eb26 100644
--- a/library/email.errors.po
+++ b/library/email.errors.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.examples.po b/library/email.examples.po
index de0e7d912b..f1b9022c6d 100644
--- a/library/email.examples.po
+++ b/library/email.examples.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.generator.po b/library/email.generator.po
index 0543fba1f2..7947aaca95 100644
--- a/library/email.generator.po
+++ b/library/email.generator.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.header.po b/library/email.header.po
index 369109c1be..4a2a9456e7 100644
--- a/library/email.header.po
+++ b/library/email.header.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.headerregistry.po b/library/email.headerregistry.po
index 8ff751937d..7f74b61404 100644
--- a/library/email.headerregistry.po
+++ b/library/email.headerregistry.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.iterators.po b/library/email.iterators.po
index 4de7f95351..a99f85d462 100644
--- a/library/email.iterators.po
+++ b/library/email.iterators.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.message.po b/library/email.message.po
index 80ab982cc6..dee4977f69 100644
--- a/library/email.message.po
+++ b/library/email.message.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.mime.po b/library/email.mime.po
index 1af8f54bff..97ff5f0a8e 100644
--- a/library/email.mime.po
+++ b/library/email.mime.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.parser.po b/library/email.parser.po
index fc9f6666c0..08cb86da67 100644
--- a/library/email.parser.po
+++ b/library/email.parser.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.po b/library/email.po
index 83b41a53ee..ae2d399209 100644
--- a/library/email.po
+++ b/library/email.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.policy.po b/library/email.policy.po
index af73fa3302..c645642ebb 100644
--- a/library/email.policy.po
+++ b/library/email.policy.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/email.utils.po b/library/email.utils.po
index 03c4224d8b..f1ccd5afdd 100644
--- a/library/email.utils.po
+++ b/library/email.utils.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/ensurepip.po b/library/ensurepip.po
index 9d4079fe98..5ce652326e 100644
--- a/library/ensurepip.po
+++ b/library/ensurepip.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/enum.po b/library/enum.po
index aa58f0843b..dcc53ecea1 100644
--- a/library/enum.po
+++ b/library/enum.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/errno.po b/library/errno.po
index e73f15752a..d6f4fd0033 100644
--- a/library/errno.po
+++ b/library/errno.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/exceptions.po b/library/exceptions.po
index a46d5ebba6..e784e953fa 100644
--- a/library/exceptions.po
+++ b/library/exceptions.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/faulthandler.po b/library/faulthandler.po
index 96cb7c6d40..aab37d01e5 100644
--- a/library/faulthandler.po
+++ b/library/faulthandler.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/fcntl.po b/library/fcntl.po
index 63848213eb..36b22dfbd9 100644
--- a/library/fcntl.po
+++ b/library/fcntl.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/filecmp.po b/library/filecmp.po
index a850d126c8..47fd25eff4 100644
--- a/library/filecmp.po
+++ b/library/filecmp.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/fileformats.po b/library/fileformats.po
index aa5af46ac6..051f7aecfd 100644
--- a/library/fileformats.po
+++ b/library/fileformats.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/fileinput.po b/library/fileinput.po
index 08f1d2dcd3..c545d564b6 100644
--- a/library/fileinput.po
+++ b/library/fileinput.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/filesys.po b/library/filesys.po
index e2730c71aa..1fddb19e34 100644
--- a/library/filesys.po
+++ b/library/filesys.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/fnmatch.po b/library/fnmatch.po
index 3cc9c215c2..26e1fef809 100644
--- a/library/fnmatch.po
+++ b/library/fnmatch.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/formatter.po b/library/formatter.po
index cbd9f3ec8c..d1d6c285e5 100644
--- a/library/formatter.po
+++ b/library/formatter.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/fractions.po b/library/fractions.po
index b01f0345a6..5faeb33968 100644
--- a/library/fractions.po
+++ b/library/fractions.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/frameworks.po b/library/frameworks.po
index c0cf4434fa..bdf71cb0ac 100644
--- a/library/frameworks.po
+++ b/library/frameworks.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/ftplib.po b/library/ftplib.po
index 63cec81d97..1d648e6893 100644
--- a/library/ftplib.po
+++ b/library/ftplib.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/functional.po b/library/functional.po
index 9c1800d12f..ceb2f2101f 100644
--- a/library/functional.po
+++ b/library/functional.po
@@ -2,15 +2,16 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2020-05-05 22:05-0400\n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/functions.po b/library/functions.po
index 8a01d71df6..1514367955 100644
--- a/library/functions.po
+++ b/library/functions.po
@@ -3,224 +3,221 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-07 14:37+0200\n"
-"PO-Revision-Date: 2020-05-07 21:30+0200\n"
-"Last-Translator: \n"
-"Language: es\n"
-"Language-Team: python-doc-esMIME-Version: 1.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"POT-Creation-Date: 2020-05-05 12:54+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
-"X-Generator: Poedit 2.3\n"
#: ../Doc/library/functions.rst:5 ../Doc/library/functions.rst:11
msgid "Built-in Functions"
-msgstr "Funciones Built-in"
+msgstr ""
#: ../Doc/library/functions.rst:7
msgid ""
"The Python interpreter has a number of functions and types built into it "
"that are always available. They are listed here in alphabetical order."
msgstr ""
-"El intérprete de Python tiene una serie de funciones y tipos incluidos en él "
-"que están siempre disponibles. Están listados aquí en orden alfabético."
#: ../Doc/library/functions.rst:13
msgid ":func:`abs`"
-msgstr ":func:`abs`"
+msgstr ""
#: ../Doc/library/functions.rst:13
msgid ":func:`delattr`"
-msgstr ":func:`delattr`"
+msgstr ""
#: ../Doc/library/functions.rst:13
msgid ":func:`hash`"
-msgstr ":func:`hash`"
+msgstr ""
#: ../Doc/library/functions.rst:13
msgid "|func-memoryview|_"
-msgstr "|func-memoryview|_"
+msgstr ""
#: ../Doc/library/functions.rst:13
msgid "|func-set|_"
-msgstr "|func-set|_"
+msgstr ""
#: ../Doc/library/functions.rst:14
msgid ":func:`all`"
-msgstr ":func:`all`"
+msgstr ""
#: ../Doc/library/functions.rst:14
msgid "|func-dict|_"
-msgstr "|func-dict|_"
+msgstr ""
#: ../Doc/library/functions.rst:14
msgid ":func:`help`"
-msgstr ":func:`help`"
+msgstr ""
#: ../Doc/library/functions.rst:14
msgid ":func:`min`"
-msgstr ":func:`min`"
+msgstr ""
#: ../Doc/library/functions.rst:14
msgid ":func:`setattr`"
-msgstr ":func:`setattr`"
+msgstr ""
#: ../Doc/library/functions.rst:15
msgid ":func:`any`"
-msgstr ":func:`any`"
+msgstr ""
#: ../Doc/library/functions.rst:15
msgid ":func:`dir`"
-msgstr ":func:`any`"
+msgstr ""
#: ../Doc/library/functions.rst:15
msgid ":func:`hex`"
-msgstr ":func:`hex`"
+msgstr ""
#: ../Doc/library/functions.rst:15
msgid ":func:`next`"
-msgstr ":func:`next`"
+msgstr ""
#: ../Doc/library/functions.rst:15
msgid ":func:`slice`"
-msgstr ":func:`slice`"
+msgstr ""
#: ../Doc/library/functions.rst:16
msgid ":func:`ascii`"
-msgstr ":func:`ascii`"
+msgstr ""
#: ../Doc/library/functions.rst:16
msgid ":func:`divmod`"
-msgstr ":func:`divmod`"
+msgstr ""
#: ../Doc/library/functions.rst:16
msgid ":func:`id`"
-msgstr ":func:`id`"
+msgstr ""
#: ../Doc/library/functions.rst:16
msgid ":func:`object`"
-msgstr ":func:`object`"
+msgstr ""
#: ../Doc/library/functions.rst:16
msgid ":func:`sorted`"
-msgstr ":func:`sorted`"
+msgstr ""
#: ../Doc/library/functions.rst:17
msgid ":func:`bin`"
-msgstr ":func:`bin`"
+msgstr ""
#: ../Doc/library/functions.rst:17
msgid ":func:`enumerate`"
-msgstr ":func:`enumerate`"
+msgstr ""
#: ../Doc/library/functions.rst:17
msgid ":func:`input`"
-msgstr ":func:`input`"
+msgstr ""
#: ../Doc/library/functions.rst:17
msgid ":func:`oct`"
-msgstr ":func:`oct`"
+msgstr ""
#: ../Doc/library/functions.rst:17
msgid ":func:`staticmethod`"
-msgstr ":func:`staticmethod`"
+msgstr ""
#: ../Doc/library/functions.rst:18
msgid ":func:`bool`"
-msgstr ":func:`bool`"
+msgstr ""
#: ../Doc/library/functions.rst:18
msgid ":func:`eval`"
-msgstr ":func:`eval`"
+msgstr ""
#: ../Doc/library/functions.rst:18
msgid ":func:`int`"
-msgstr ":func:`int`"
+msgstr ""
#: ../Doc/library/functions.rst:18
msgid ":func:`open`"
-msgstr ":func:`open`"
+msgstr ""
#: ../Doc/library/functions.rst:18
msgid "|func-str|_"
-msgstr "|func-str|_"
+msgstr ""
#: ../Doc/library/functions.rst:19
msgid ":func:`breakpoint`"
-msgstr ":func:`breakpoint`"
+msgstr ""
#: ../Doc/library/functions.rst:19
msgid ":func:`exec`"
-msgstr ":func:`exec`"
+msgstr ""
#: ../Doc/library/functions.rst:19
msgid ":func:`isinstance`"
-msgstr ":func:`isinstance`"
+msgstr ""
#: ../Doc/library/functions.rst:19
msgid ":func:`ord`"
-msgstr ":func:`ord`"
+msgstr ""
#: ../Doc/library/functions.rst:19
msgid ":func:`sum`"
-msgstr ":func:`sum`"
+msgstr ""
#: ../Doc/library/functions.rst:20
msgid "|func-bytearray|_"
-msgstr "|func-bytearray|_"
+msgstr ""
#: ../Doc/library/functions.rst:20
msgid ":func:`filter`"
-msgstr ":func:`filter`"
+msgstr ""
#: ../Doc/library/functions.rst:20
msgid ":func:`issubclass`"
-msgstr ":func:`issubclass`"
+msgstr ""
#: ../Doc/library/functions.rst:20
msgid ":func:`pow`"
-msgstr ":func:`pow`"
+msgstr ""
#: ../Doc/library/functions.rst:20
msgid ":func:`super`"
-msgstr ":func:`super`"
+msgstr ""
#: ../Doc/library/functions.rst:21
msgid "|func-bytes|_"
-msgstr "|func-bytes|_"
+msgstr ""
#: ../Doc/library/functions.rst:21
msgid ":func:`float`"
-msgstr ":func:`float`"
+msgstr ""
#: ../Doc/library/functions.rst:21
msgid ":func:`iter`"
-msgstr ":func:`iter`"
+msgstr ""
#: ../Doc/library/functions.rst:21
msgid ":func:`print`"
-msgstr ":func:`print`"
+msgstr ""
#: ../Doc/library/functions.rst:21
msgid "|func-tuple|_"
-msgstr "|func-tuple|_"
+msgstr ""
#: ../Doc/library/functions.rst:22
msgid ":func:`callable`"
-msgstr ":func:`callable`"
+msgstr ""
#: ../Doc/library/functions.rst:22
msgid ":func:`format`"
-msgstr ":func:`format`"
+msgstr ""
#: ../Doc/library/functions.rst:22
msgid ":func:`len`"
@@ -317,26 +314,18 @@ msgid ""
"is returned. If *x* defines :meth:`__abs__`, ``abs(x)`` returns ``x."
"__abs__()``."
msgstr ""
-"Devuelve el valor absoluto de un número. El argumento puede ser un número "
-"entero o de punto flotante. Si el argumento es un número complejo, devuelve "
-"su magnitud. Si *x* define un método :meth:`__abs__`, ``abs(x)`` devuelve "
-"``x.__abs__()``."
#: ../Doc/library/functions.rst:53
msgid ""
"Return ``True`` if all elements of the *iterable* are true (or if the "
"iterable is empty). Equivalent to::"
msgstr ""
-"Devuelve ``True`` si todos los elementos del *iterable* son verdaderos (o "
-"si el iterable está vacío). Equivalente a::"
#: ../Doc/library/functions.rst:65
msgid ""
"Return ``True`` if any element of the *iterable* is true. If the iterable "
"is empty, return ``False``. Equivalent to::"
msgstr ""
-"Devuelve ``True`` si un elemento cualquiera del *iterable* es verdadero. Si "
-"el iterable está vacío, devuelve ``False``. Equivalente a::"
#: ../Doc/library/functions.rst:77
msgid ""
@@ -345,10 +334,6 @@ msgid ""
"`repr` using ``\\x``, ``\\u`` or ``\\U`` escapes. This generates a string "
"similar to that returned by :func:`repr` in Python 2."
msgstr ""
-"Como :func:`repr`, devuelve una cadena que contiene una representación "
-"imprimible de un objeto, pero que escapa los caracteres no-ASCII que :func:"
-"`repr` devuelve usando ``\\x``, ``\\u`` or ``\\U``. Esto genera una cadena "
-"similar a la devuelta por :func:`repr` en Python 2."
#: ../Doc/library/functions.rst:85
msgid ""
@@ -357,22 +342,16 @@ msgid ""
"object, it has to define an :meth:`__index__` method that returns an "
"integer. Some examples:"
msgstr ""
-"Convierte un número entero a una cadena binaria con prefijo \"0b\". El "
-"resultado es una expresión de Python válida. Si *x* no es un objeto de "
-"clase :class:`int` en Python, tiene que definir un método :meth:"
-"`__index__` que devuelva un entero. Algunos ejemplos:"
#: ../Doc/library/functions.rst:95
msgid ""
"If prefix \"0b\" is desired or not, you can use either of the following ways."
msgstr ""
-"Según se desee o no el prefijo \"0b\", se puede usar uno u otro de las "
-"siguientes maneras."
#: ../Doc/library/functions.rst:102 ../Doc/library/functions.rst:750
#: ../Doc/library/functions.rst:1030
msgid "See also :func:`format` for more information."
-msgstr "Véase también :func:`format` para más información."
+msgstr ""
#: ../Doc/library/functions.rst:107
msgid ""
@@ -383,17 +362,11 @@ msgid ""
"It cannot be subclassed further. Its only instances are ``False`` and "
"``True`` (see :ref:`bltin-boolean-values`)."
msgstr ""
-"Devuelve un booleano, es decir, o bien ``True`` o ``False``. *x* es "
-"convertido usando el estándar :ref:`truth testing procedure `. Si *x* "
-"es falso u omitido, devuelve ``False``; en caso contrario devuelve "
-"``True``. La clase :class:`bool` es una subclase de :class:`int` (véase :"
-"ref:`typesnumeric`). De ella no pueden derivarse más subclases. Sus únicas "
-"instancias son ``False`` y ``True`` (véase :ref:`bltin-boolean-values`)."
#: ../Doc/library/functions.rst:116 ../Doc/library/functions.rst:625
#: ../Doc/library/functions.rst:832
msgid "*x* is now a positional-only parameter."
-msgstr "*x* es ahora un argumento solo de posición."
+msgstr ""
#: ../Doc/library/functions.rst:121
msgid ""
@@ -406,15 +379,6 @@ msgid ""
"other function and :func:`breakpoint` will automatically call that, allowing "
"you to drop into the debugger of choice."
msgstr ""
-"Esta función te lleva al depurador en el sitio donde se produce la llamada. "
-"Específicamente, llama a :func:`sys.breakpointhook`, pasando ``args`` y "
-"``kws`` directamente. Por defecto, ``sys.breakpointhook()`` llama a :func:"
-"`pdb.set_trace()` sin esperar argumentos. En este caso, es puramente una "
-"función de conveniencia para evitar el importe explícito de :mod:`pdb` o "
-"tener que escribir tanto código para entrar al depurador. Sin embargo, :func:"
-"`sys.breakpointhook` puede ser configurado a otra función y :func:"
-"`breakpoint` llamará automáticamente a esta, permitiendo entrar al depurador "
-"elegido."
#: ../Doc/library/functions.rst:132
msgid ""
@@ -742,8 +706,6 @@ msgid ""
"With an argument, attempt to return a list of valid attributes for that "
"object."
msgstr ""
-"Sin argumentos, devuelve la lista de nombres en el ámbito local. Con un "
-"argumento, intenta devolver una lista de atributos válidos para ese objeto."
#: ../Doc/library/functions.rst:371
msgid ""
@@ -752,11 +714,6 @@ msgid ""
"custom :func:`__getattr__` or :func:`__getattribute__` function to customize "
"the way :func:`dir` reports their attributes."
msgstr ""
-"Si el objeto tiene un método llamado :meth:`__dir__`, éste será llamado y "
-"debe devolver la lista de atributos. Esto permite que los objetos que "
-"implementan una función personalizada :func:`__getattr__` o :func:"
-"`__getattribute__` puedan decidir la manera en la que :func:`dir` reporta "
-"sus atributos."
#: ../Doc/library/functions.rst:376
msgid ""
@@ -766,11 +723,6 @@ msgid ""
"complete, and may be inaccurate when the object has a custom :func:"
"`__getattr__`."
msgstr ""
-"Si el objeto no provee de un método :meth:`__dir__`, la función intenta "
-"obtener la información del atributo :attr:`~object.__dict__` del objeto, si "
-"está definido, y de su tipo de objeto. La lista resultante no está "
-"necesariamente completa, y puede ser inexacta cuando el objeto tiene una "
-"función :func:`__getattr__` implementada."
#: ../Doc/library/functions.rst:381
msgid ""
diff --git a/library/functools.po b/library/functools.po
index 31dab361a6..f790c86809 100644
--- a/library/functools.po
+++ b/library/functools.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/gc.po b/library/gc.po
index 8631ba8085..953c9a15c5 100644
--- a/library/gc.po
+++ b/library/gc.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/getopt.po b/library/getopt.po
index 11f6a7c82e..69c9d3a160 100644
--- a/library/getopt.po
+++ b/library/getopt.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/getpass.po b/library/getpass.po
index b06f0a06c3..506c1a71d6 100644
--- a/library/getpass.po
+++ b/library/getpass.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/gettext.po b/library/gettext.po
index 8ba9518f3a..f61ada3ed3 100644
--- a/library/gettext.po
+++ b/library/gettext.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/glob.po b/library/glob.po
index 5ba47450ff..55fcab0849 100644
--- a/library/glob.po
+++ b/library/glob.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/grp.po b/library/grp.po
index d64d544992..ea885ed1aa 100644
--- a/library/grp.po
+++ b/library/grp.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/gzip.po b/library/gzip.po
index 818c9ab054..6fa4283b2f 100644
--- a/library/gzip.po
+++ b/library/gzip.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/hashlib.po b/library/hashlib.po
index dadbfdb303..265b3e4112 100644
--- a/library/hashlib.po
+++ b/library/hashlib.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/heapq.po b/library/heapq.po
index f077812886..e98e779ccd 100644
--- a/library/heapq.po
+++ b/library/heapq.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/hmac.po b/library/hmac.po
index 47a7fae2bd..81de6a7faa 100644
--- a/library/hmac.po
+++ b/library/hmac.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/html.entities.po b/library/html.entities.po
index f0fb23ee6e..799100b827 100644
--- a/library/html.entities.po
+++ b/library/html.entities.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/html.parser.po b/library/html.parser.po
index 751351ead7..f9582578ce 100644
--- a/library/html.parser.po
+++ b/library/html.parser.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/html.po b/library/html.po
index e01a131506..a43e4114d2 100644
--- a/library/html.po
+++ b/library/html.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/http.client.po b/library/http.client.po
index 761103d9f3..fc826bae32 100644
--- a/library/http.client.po
+++ b/library/http.client.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/http.cookiejar.po b/library/http.cookiejar.po
index 62393be149..71018f20fd 100644
--- a/library/http.cookiejar.po
+++ b/library/http.cookiejar.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/http.cookies.po b/library/http.cookies.po
index 2f85d9ea67..232202249a 100644
--- a/library/http.cookies.po
+++ b/library/http.cookies.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/http.po b/library/http.po
index 5cbbbc5680..2b8c912202 100644
--- a/library/http.po
+++ b/library/http.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/http.server.po b/library/http.server.po
index 52d74f848d..f32489979f 100644
--- a/library/http.server.po
+++ b/library/http.server.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/i18n.po b/library/i18n.po
index efa5275004..0ed1e7894e 100644
--- a/library/i18n.po
+++ b/library/i18n.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/idle.po b/library/idle.po
index 67fd0829bd..c9353b5c61 100644
--- a/library/idle.po
+++ b/library/idle.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/imaplib.po b/library/imaplib.po
index fc56a30d8c..a1324aa7c3 100644
--- a/library/imaplib.po
+++ b/library/imaplib.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/imghdr.po b/library/imghdr.po
index ee874b300b..065145d21a 100644
--- a/library/imghdr.po
+++ b/library/imghdr.po
@@ -2,17 +2,18 @@
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/imp.po b/library/imp.po
index 6a7c9077b7..3057877299 100644
--- a/library/imp.po
+++ b/library/imp.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
-"Language-Team: python-doc-es\n"
+"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
+"python.org)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/library/importlib.po b/library/importlib.po
index e7dbd42524..4834c70392 100644
--- a/library/importlib.po
+++ b/library/importlib.po
@@ -3,18 +3,19 @@
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
-# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
+# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Python 3.8\n"
+"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME