]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Oct 2021 20:02:07 +0000 (13:02 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 20:02:07 +0000 (22:02 +0200)
commit76658e5bdbdf57464f4b43f1625c02c2ba4222dd
tree58ec15f8e488cefa68da1a96a4a66dcebd7832c2
parentf19c1a115f782036edac306de0f3f9968c1e1fd6
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)

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.
(cherry picked from commit d9c1868c25ec6466e8d8ae21fe9315a8a03836ab)

Co-authored-by: Arthur Milchior <arthur@milchior.fr>
Doc/reference/datamodel.rst