[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2021-01-06 Thread STINNER Victor
STINNER Victor 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

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2021-01-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +22968 pull_request: https://github.com/python/cpython/pull/24139 ___ Python tracker _

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2021-01-06 Thread STINNER Victor
STINNER Victor 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/315fc52db17b19fe30aa9193f26adf69e18d8844 -

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2020-12-01 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2020-12-01 Thread Antonio Cuni
Change by Antonio Cuni : -- keywords: +patch pull_requests: +22471 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23602 ___ Python tracker ___ ___

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

2020-12-01 Thread Antonio Cuni
New submission from Antonio Cuni : 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 message