Skip to content

Make pospell to pass in 3.9 #1220

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 7 commits into from
Mar 19, 2021
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
Prev Previous commit
Remove this paragraph as because makes Sphinx to break
cpython/Doc/library/sys.rst:38:inconsistent term references in translated message.
original: [':func:`sys.addaudithook`', ':class:`RuntimeError`'], translated: [':ref:`auditing event <auditing>`']
  • Loading branch information
humitos committed Mar 19, 2021
commit 363cb45a396ae2dc9915cbc3e2c4db8435483190
22 changes: 0 additions & 22 deletions library/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,6 @@ msgstr ""
"func:`PySys_AddAuditHook` se llaman primero, seguidos de los ganchos "
"agregados en el intérprete actual."

#: ../Doc/library/sys.rst:38
msgid ""
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
"arguments."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``sys.addaudithook`` sin "
"argumentos."

#: ../Doc/library/sys.rst:40
msgid ""
"Calling :func:`sys.addaudithook` will itself raise an auditing event named "
"``sys.addaudithook`` with no arguments. If any existing hooks raise an "
"exception derived from :class:`RuntimeError`, the new hook will not be added "
"and the exception suppressed. As a result, callers cannot assume that their "
"hook has been added unless they control all existing hooks."
msgstr ""
"Lanza un evento de auditoría :func:`sys.addaudithook` sin argumentos. Si "
"algún gancho existente genera una excepción derivada de :class:"
"`RuntimeError`, el nuevo gancho no se agregará y la excepción se suprimirá. "
"Como resultado, las personas que llaman no pueden asumir que su enlace se ha "
"agregado a menos que controlen todos los enlaces existentes."

#: ../Doc/library/sys.rst:47
#, fuzzy
msgid ""
Expand Down