]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577)
authorWei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Mon, 2 Sep 2024 14:00:04 +0000 (22:00 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 14:00:04 +0000 (16:00 +0200)
commit05dcc8160191dbf760157e2c9675dbbcc5edc674
treeedd41d544e1715f2fe0d07569bb3ab00f227a41f
parent10735bff9e097626ea319ac19aab0e16a57729e1
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577)
52 files changed:
Doc/c-api/datetime.rst
Doc/deprecations/pending-removal-in-future.rst
Doc/extending/newtypes_tutorial.rst
Doc/faq/programming.rst
Doc/howto/descriptor.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-llapi-index.rst
Doc/library/asyncio-queue.rst
Doc/library/configparser.rst
Doc/library/dataclasses.rst
Doc/library/datetime.rst
Doc/library/email.compat32-message.rst
Doc/library/email.message.rst
Doc/library/http.server.rst
Doc/library/io.rst
Doc/library/logging.config.rst
Doc/library/multiprocessing.rst
Doc/library/pathlib.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/ssl.rst
Doc/library/stdtypes.rst
Doc/library/tkinter.rst
Doc/library/urllib.request.rst
Doc/library/wave.rst
Doc/reference/expressions.rst
Doc/reference/import.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.10.0a1.rst
Misc/NEWS.d/3.10.0a2.rst
Misc/NEWS.d/3.10.0b1.rst
Misc/NEWS.d/3.11.0a7.rst
Misc/NEWS.d/3.12.0a3.rst
Misc/NEWS.d/3.13.0a3.rst
Misc/NEWS.d/3.13.0a5.rst
Misc/NEWS.d/3.13.0b1.rst
Misc/NEWS.d/3.7.0b1.rst
Misc/NEWS.d/3.8.0a1.rst
Misc/NEWS.d/3.8.0a4.rst
Misc/NEWS.d/3.8.0b1.rst
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/3.9.0a4.rst
Misc/NEWS.d/3.9.0a6.rst
Misc/NEWS.d/3.9.0b1.rst