]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
authorNico Mexis <nico.mexis@kabelmail.de>
Sat, 10 Aug 2024 19:16:34 +0000 (21:16 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Aug 2024 19:16:34 +0000 (20:16 +0100)
commit5580f31c56e6f90909bdceddda077504cc2d18b0
tree5ca58367cfef11b9bed9430db22378071f6a9029
parent0fd97e46c75bb3060485b796ca597b13af7e6bec
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Doc/library/operator.rst
Doc/whatsnew/3.14.rst
Lib/operator.py
Lib/test/test_operator.py
Misc/NEWS.d/next/Library/2024-02-22-10-12-59.gh-issue-115808.F2g2Ku.rst [new file with mode: 0644]
Modules/_operator.c
Modules/clinic/_operator.c.h