Skip to content

Translate whatsnew 3.6 #2105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update tool-scripts-h2py link
  • Loading branch information
sofidenner committed Oct 29, 2022
commit 18ba058677fe28c55f8e5b0f7a09ee9e015ee565
27 changes: 9 additions & 18 deletions whatsnew/3.6.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down Expand Up @@ -3805,6 +3805,13 @@ msgid ""
"distribution at `Tools/scripts/h2py.py <https://github.com/python/cpython/"
"blob/v3.6.15/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 "
"<https://github.com/python/cpython/blob/v3.6.15/Tools/scripts/h2py.py>`_."

#: ../Doc/whatsnew/3.6.rst:2123
msgid "The deprecated ``asynchat.fifo`` class has been removed."
Expand Down Expand Up @@ -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`."