]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Format None, True, False and NotImplemented as literals (GH-118758)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 May 2024 19:35:16 +0000 (22:35 +0300)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 19:35:16 +0000 (22:35 +0300)
commit05c2fe1acda9ea5a57061642c36e8b73bb4fbba4
tree5b772347155d51f9796ebd4df456858edbd16fc7
parentbcb435ee8ff41b5ec5d879ee0b6651f146a66151
Format None, True, False and NotImplemented as literals (GH-118758)
39 files changed:
Doc/c-api/object.rst
Doc/library/_thread.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst
Doc/library/bdb.rst
Doc/library/code.rst
Doc/library/compileall.rst
Doc/library/csv.rst
Doc/library/dataclasses.rst
Doc/library/functools.rst
Doc/library/gc.rst
Doc/library/gzip.rst
Doc/library/imaplib.rst
Doc/library/importlib.resources.abc.rst
Doc/library/logging.handlers.rst
Doc/library/math.rst
Doc/library/multiprocessing.rst
Doc/library/os.rst
Doc/library/pathlib.rst
Doc/library/pickle.rst
Doc/library/pyclbr.rst
Doc/library/statistics.rst
Doc/library/sys.rst
Doc/library/test.rst
Doc/library/tkinter.dnd.rst
Doc/library/tty.rst
Doc/library/typing.rst
Doc/library/urllib.request.rst
Doc/tutorial/datastructures.rst
Misc/NEWS.d/3.11.0a1.rst
Misc/NEWS.d/3.11.0a2.rst
Misc/NEWS.d/3.11.0b1.rst
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0a3.rst
Misc/NEWS.d/3.12.0a4.rst
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/3.13.0a2.rst
Misc/NEWS.d/3.13.0a3.rst