]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23827)
authorAndre Delfino <adelfino@gmail.com>
Tue, 22 Dec 2020 02:52:19 +0000 (23:52 -0300)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 02:52:19 +0000 (18:52 -0800)
commite89993cff4e60fcf32643fc613d0544f3dbcd98a
treed66ff3be1c0cce8bd0eae0a05773ff5acc7af4a5
parentb4b323ce1afa13f3d60ddb63261743dd94986b81
[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23827)

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>
32 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/compileall.rst
Doc/library/concurrent.futures.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/subprocess.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