[issue42528] Improve the docs of most Py*_Check{,Exact} API calls
New submission from Antonio Cuni <anto.cuni@gmail.com>: I think that none of these API calls can fail, but only few of them are documented as such. E.g. PyNumber_Check contains the sentece "This function always succeeds" but PyBytes_Check does not. ---------- assignee: docs@python components: Documentation messages: 382269 nosy: antocuni, docs@python priority: normal severity: normal status: open title: Improve the docs of most Py*_Check{,Exact} API calls type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
Change by Antonio Cuni <anto.cuni@gmail.com>: ---------- keywords: +patch pull_requests: +22471 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23602 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
Change by STINNER Victor <vstinner@python.org>: ---------- nosy: +vstinner _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
STINNER Victor <vstinner@python.org> added the comment: New changeset 315fc52db17b19fe30aa9193f26adf69e18d8844 by Antonio Cuni in branch 'master': bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) https://github.com/python/cpython/commit/315fc52db17b19fe30aa9193f26adf69e18... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +22968 pull_request: https://github.com/python/cpython/pull/24139 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
STINNER Victor <vstinner@python.org> added the comment: New changeset faf49573963921033c608b4d2f398309d9f0d2b5 by Miss Islington (bot) in branch '3.9': bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139) https://github.com/python/cpython/commit/faf49573963921033c608b4d2f398309d9f... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42528> _______________________________________
participants (3)
-
Antonio Cuni -
miss-islington -
STINNER Victor