diff --git a/conf.py b/conf.py index 9e9674cdd2..26ae74f940 100644 --- a/conf.py +++ b/conf.py @@ -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 diff --git a/library/codecs.po b/library/codecs.po index 1ac4c7cf19..dbcd016e5d 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -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" diff --git a/library/sys.po b/library/sys.po index 4ff042c298..9a973d56c5 100644 --- a/library/sys.po +++ b/library/sys.po @@ -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 ` ``sys.addaudithook`` with no " -"arguments." -msgstr "" -"Lanza un :ref:`auditing event ` ``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 "" diff --git a/library/tarfile.po b/library/tarfile.po index 884ff2c688..5e4d9f7648 100644 --- a/library/tarfile.po +++ b/library/tarfile.po @@ -873,7 +873,6 @@ 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 " @@ -881,10 +880,6 @@ msgid "" "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."