]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23828)
authorAndre Delfino <adelfino@gmail.com>
Tue, 22 Dec 2020 02:56:55 +0000 (23:56 -0300)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 02:56:55 +0000 (18:56 -0800)
commit02349e2dc9d93202c658ae383b2de2e36b2366f8
tree6d2fa2095cff856746bf05bf5cfea768f763da01
parentd3ab4c82a9b594d3cd98062eece19672fe42bce2
[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23828)

The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch).

The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did..
(cherry picked from commit dcc997cd28ab33ebac44182ee55533c1b37689f7)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
30 files changed:
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-future.rst
Doc/library/asyncio-policy.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-task.rst
Doc/library/base64.rst
Doc/library/contextvars.rst
Doc/library/ctypes.rst
Doc/library/difflib.rst
Doc/library/email.header.rst
Doc/library/email.policy.rst
Doc/library/functions.rst
Doc/library/http.cookies.rst
Doc/library/importlib.rst
Doc/library/inspect.rst
Doc/library/io.rst
Doc/library/lzma.rst
Doc/library/os.rst
Doc/library/pickle.rst
Doc/library/plistlib.rst
Doc/library/shutil.rst
Doc/library/stdtypes.rst
Doc/library/sysconfig.rst
Doc/library/tarfile.rst
Doc/library/test.rst
Doc/library/warnings.rst
Doc/library/winreg.rst
Doc/library/xml.dom.minidom.rst
Doc/requirements.txt