]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473) 31485/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Feb 2022 17:18:48 +0000 (09:18 -0800)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 17:18:48 +0000 (09:18 -0800)
commitc596ecbf821843de0e044f0d4da34c6b49a06907
tree80a75a0561a32cb9cd534b318d69611f9910590b
parent7da97f61816f3cadaa6788804b22a2434b40e8c5
[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)

(cherry picked from commit 0a222db2bca63070f429c0e613707da1bdfaf0e0)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2022-02-12-11-16-40.bpo-46732.3Z_qxd.rst [new file with mode: 0644]
Objects/typeobject.c