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
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 3 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@

# Extend settings from upstream
_exclude_patterns = [
# This file is not included and it not marked as :orphan:
'*/distutils/_setuptools_disclaimer.rst',
# This file is not included and it's not marked as :orphan:
'distutils/_setuptools_disclaimer.rst',
'cpython/Doc/distutils/_setuptools_disclaimer.rst',
]
if 'exclude_patterns' in globals():
exclude_patterns += _exclude_patterns
Expand Down
3 changes: 1 addition & 2 deletions library/codecs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2652,9 +2652,8 @@ msgid "mac_latin2"
msgstr "mac_latin2"

#: ../Doc/library/codecs.rst:1201
#, fuzzy
msgid "maclatin2, maccentraleurope, mac_centeuro"
msgstr "maclatin2, maccentraleurope"
msgstr "maclatin2, maccentraleurope, mac_centeuro"

#: ../Doc/library/codecs.rst:1204
msgid "mac_roman"
Expand Down
23 changes: 0 additions & 23 deletions library/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,29 +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
#, fuzzy
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 ``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
5 changes: 0 additions & 5 deletions library/tarfile.po
Original file line number Diff line number Diff line change
Expand Up @@ -873,18 +873,13 @@ msgid "Added the *set_attrs* parameter."
msgstr "Se agregó el parámetro *set_attrs*."

#: ../Doc/library/tarfile.rst:448
#, fuzzy
msgid ""
"Extract a member from the archive as a file object. *member* may be a "
"filename or a :class:`TarInfo` object. If *member* is a regular file or a "
"link, an :class:`io.BufferedReader` object is returned. For all other "
"existing members, :const:`None` is returned. If *member* does not appear in "
"the archive, :exc:`KeyError` is raised."
msgstr ""
"Extract a member from the archive as a file object. *member* may be a "
"filename or a :class:`TarInfo` object. If *member* is a regular file or a "
"link, an :class:`io.BufferedReader` object is returned. Otherwise, :const:"
"`None` is returned."

#: ../Doc/library/tarfile.rst:454
msgid "Return an :class:`io.BufferedReader` object."
Expand Down