[issue16845] warnings.simplefilter should validate input

2021-06-12 Thread Bonifacio
Change by Bonifacio : -- keywords: +patch nosy: +Bonifacio2 nosy_count: 3.0 -> 4.0 pull_requests: +25281 pull_request: https://github.com/python/cpython/pull/26696 ___ Python tracker <https://bugs.python.org/issu

[issue16970] argparse: bad nargs value raises misleading message

2021-06-05 Thread Bonifacio
Bonifacio added the comment: Every PR related to this issue (even the ones only referenced during the discussion) was already merged. Latest message is from more than one year and a half ago. The only thing left to do here would be the backport to 3.7, but according to Guido it could just

[issue11176] [doc] give more meaningful argument names in argparse documentation

2021-05-21 Thread Bonifacio
Change by Bonifacio : -- pull_requests: +24885 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/26279 ___ Python tracker <https://bugs.python.org/issu

[issue11176] [doc] give more meaningful argument names in argparse documentation

2021-05-17 Thread Bonifacio
Bonifacio added the comment: I tried applying the latest patch version but it failed. Are the original authors still interested in moving forward with this patch? If not then I could give this issue a try. -- nosy: +Bonifacio2 ___ Python tracker

[issue13498] os.makedirs exist_ok documentation is incorrect, as is some of the behavior

2021-05-15 Thread Bonifacio
Bonifacio added the comment: I just read this issue's history and it looks like it is out of date. The docs now match the behaviour. > If the file exists but the mode is different than that specified (or > defaulted) after applying the umask, then an error is raised rega

[issue37891] Exceptions tutorial page does not mention raise from

2021-05-14 Thread Bonifacio
Bonifacio added the comment: Version 3.9 of the docs already cover the syntax Neils talks about in his original message. https://docs.python.org/3.9/tutorial/errors.html#exception-chaining Is there anything left to be done here? If so, I'm glad to help with them, but I would need directions