This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: errno missing descriptions
Type: enhancement Stage: patch review
Components: C API, Documentation Versions: Python 3.10, Python 3.9, Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Arpit Mishra, YoSTEALTH, docs@python
Priority: normal Keywords: patch

Created on 2020-06-05 02:52 by YoSTEALTH, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20665 open YoSTEALTH, 2020-06-05 22:36
Messages (3)
msg370749 - (view) Author: (YoSTEALTH) * Date: 2020-06-05 02:52
`errno` https://docs.python.org/3/library/errno.html is missing description for symbols like `ECANCELED` https://www.gnu.org/software/libc/manual/html_node/Error-Codes.html There might be others missing description as well, i haven't investigated further, figure i start the bug report process.
msg371163 - (view) Author: Arpit Mishra (Arpit Mishra) Date: 2020-06-10 06:06
Hello,
I am new to this platform and this would be my first opportunity. Please let me know how can I contribute to this.

Thank you.
msg371171 - (view) Author: (YoSTEALTH) * Date: 2020-06-10 07:42
Hello Arpit,

Welcome to python bugs. I have already created the patch at https://github.com/python/cpython/pull/20665 if you feel like i missed something you can comment on it. That said there is always something to do with python, just keep your eye out for it ;)
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85046
2020-06-10 07:42:03YoSTEALTHsetmessages: + msg371171
2020-06-10 06:06:51Arpit Mishrasetnosy: + Arpit Mishra
messages: + msg371163
2020-06-09 23:21:53YoSTEALTHsetcomponents: + C API
2020-06-05 23:15:57YoSTEALTHsetversions: + Python 3.10
2020-06-05 22:54:09YoSTEALTHsettype: enhancement
versions: + Python 3.7, Python 3.8, Python 3.9
2020-06-05 22:36:50YoSTEALTHsetkeywords: + patch
stage: patch review
pull_requests: + pull_request19882
2020-06-05 02:52:37YoSTEALTHcreate