]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
authorMark Dickinson <mdickinson@enthought.com>
Wed, 27 May 2020 12:43:17 +0000 (13:43 +0100)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 12:43:17 +0000 (13:43 +0100)
commit20941de0ddc39ce9f07e29b4cc770e8a9ef14d41
tree1bac61590f58408a6500f7f8bb9955200b6f240f
parentfeb0846c3a28b05b4cfbc6ab34c764957f3eff55
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)

* Fix outdated __int__ and nb_int references in comments

* Also update C-API documentation

* Add back missing 'method' word

* Remove .. deprecated notices
Doc/c-api/long.rst
Objects/longobject.c