[issue40869] errno missing descriptions

2020-06-10 Thread YoSTEALTH


YoSTEALTH  added the comment:

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 ;)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-10 Thread Arpit Mishra


Arpit Mishra  added the comment:

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.

--
nosy: +Arpit Mishra

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-09 Thread YoSTEALTH


Change by YoSTEALTH :


--
components: +C API

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-05 Thread YoSTEALTH


Change by YoSTEALTH :


--
versions: +Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-05 Thread YoSTEALTH


Change by YoSTEALTH :


--
type:  -> enhancement
versions: +Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-05 Thread YoSTEALTH


Change by YoSTEALTH :


--
keywords: +patch
pull_requests: +19882
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/20665

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40869] errno missing descriptions

2020-06-04 Thread YoSTEALTH


New submission from YoSTEALTH :

`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.

--
assignee: docs@python
components: Documentation
messages: 370749
nosy: YoSTEALTH, docs@python
priority: normal
severity: normal
status: open
title: errno missing descriptions

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com