]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45583: Correct datamodel documentation of int() (GH-29182)
authorArthur Milchior <arthur@milchior.fr>
Thu, 28 Oct 2021 19:48:37 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 19:48:37 +0000 (21:48 +0200)
commitd9c1868c25ec6466e8d8ae21fe9315a8a03836ab
tree30d34be04ce02c6920d332aec1c61b8bc4454431
parentcd30613165add99c5d0c4592d1a3f4243f09797b
bpo-45583: Correct datamodel documentation of int() (GH-29182)

It should be noted that this part of the documentation is redundant with
function.rst's documentation of int. This one was correctly updated with Python 3.8.
Doc/reference/datamodel.rst