From 18ba058677fe28c55f8e5b0f7a09ee9e015ee565 Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Sat, 29 Oct 2022 12:30:22 -0300 Subject: [PATCH 1/3] update tool-scripts-h2py link --- whatsnew/3.6.po | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index 581c248807..ba6a57a880 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -1171,8 +1171,8 @@ msgstr "" #: ../Doc/whatsnew/3.6.rst:752 msgid "" -"Long sequences of repeated traceback lines are now abbreviated as " -"``\"[Previous line repeated {count} more times]\"`` (see :ref:`whatsnew36-" +"Long sequences of repeated traceback lines are now abbreviated as ``" +"\"[Previous line repeated {count} more times]\"`` (see :ref:`whatsnew36-" "traceback` for an example). (Contributed by Emanuel Barry in :issue:`26823`.)" msgstr "" "Las secuencias largas de líneas de rastreo repetidas ahora se abrevian como " @@ -3805,6 +3805,13 @@ msgid "" "distribution at `Tools/scripts/h2py.py `_." msgstr "" +"Los módulos indocumentados ``IN``, ``CDROM``, ``DLFCN``, ``TYPES``, ``CDIO`` " +"y ``STROPTS`` se han eliminado. Habían estado disponibles en los directorios " +"``Lib/plat-*/`` específicos de la plataforma, pero estaban desactualizados " +"de forma crónica, estaban disponibles de manera incoherente en todas las " +"plataformas y no se mantenían. El script que creó estos módulos todavía está " +"disponible en la distribución fuente en: source: `Tools / scripts / h2py.py " +"`_." #: ../Doc/whatsnew/3.6.rst:2123 msgid "The deprecated ``asynchat.fifo`` class has been removed." @@ -4505,19 +4512,3 @@ msgstr "" "que utilizan las funciones afectadas internamente. Para obtener más " "detalles, consulte su documentación respectiva. (Contribuido por Adam " "Goldschmidt, Senthil Kumaran y Ken Jin en :issue:`42967`.)" - -#~ msgid "" -#~ "The undocumented ``IN``, ``CDROM``, ``DLFCN``, ``TYPES``, ``CDIO``, and " -#~ "``STROPTS`` modules have been removed. They had been available in the " -#~ "platform specific ``Lib/plat-*/`` directories, but were chronically out " -#~ "of date, inconsistently available across platforms, and unmaintained. " -#~ "The script that created these modules is still available in the source " -#~ "distribution at :source:`Tools/scripts/h2py.py`." -#~ msgstr "" -#~ "Los módulos indocumentados ``IN``, ``CDROM``, ``DLFCN``, ``TYPES``, " -#~ "``CDIO`` y ``STROPTS`` se han eliminado. Habían estado disponibles en los " -#~ "directorios ``Lib/plat-*/`` específicos de la plataforma, pero estaban " -#~ "desactualizados de forma crónica, estaban disponibles de manera " -#~ "incoherente en todas las plataformas y no se mantenían. El script que " -#~ "creó estos módulos todavía está disponible en la distribución fuente en: " -#~ "source: `Tools / scripts / h2py.py`." From 40cd94de36cb173a480fc54640e37c5f4412aa24 Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Sat, 29 Oct 2022 12:41:18 -0300 Subject: [PATCH 2/3] update last-translator --- whatsnew/3.6.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index ba6a57a880..39dbc4d9c9 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -12,7 +12,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Claudia Millan \n" +"Last-Translator: Sofía Denner \n" "Language: es\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" From be72fc06cc0b424f9d7ca411df123bd6fb5cbb36 Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Sat, 29 Oct 2022 20:19:15 -0300 Subject: [PATCH 3/3] undo powrap change --- whatsnew/3.6.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index 39dbc4d9c9..afcfde5d18 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -1171,8 +1171,8 @@ msgstr "" #: ../Doc/whatsnew/3.6.rst:752 msgid "" -"Long sequences of repeated traceback lines are now abbreviated as ``" -"\"[Previous line repeated {count} more times]\"`` (see :ref:`whatsnew36-" +"Long sequences of repeated traceback lines are now abbreviated as " +"``\"[Previous line repeated {count} more times]\"`` (see :ref:`whatsnew36-" "traceback` for an example). (Contributed by Emanuel Barry in :issue:`26823`.)" msgstr "" "Las secuencias largas de líneas de rastreo repetidas ahora se abrevian como "