[issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"

2021-05-10 Thread So Ukiyama
So Ukiyama added the comment: I created a PR which apply Martin Panter's patch. So If I have offended you with my rudeness, I hope you will forgive me for taking this down. -- ___ Python tracker <https://bugs.python.org/issue23

[issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"

2021-05-10 Thread So Ukiyama
Change by So Ukiyama : -- nosy: +uniocto nosy_count: 4.0 -> 5.0 pull_requests: +24666 pull_request: https://github.com/python/cpython/pull/26016 ___ Python tracker <https://bugs.python.org/issu

[issue24147] Dialect class defaults are not documented.

2021-05-08 Thread So Ukiyama
So Ukiyama added the comment: I created a PR which apply Brandon Milam's patch. So If I have offended you with my rudeness, I hope you will forgive me for taking this down. -- ___ Python tracker <https://bugs.python.org/issue24

[issue24147] Dialect class defaults are not documented.

2021-05-08 Thread So Ukiyama
Change by So Ukiyama : -- keywords: +patch nosy: +uniocto nosy_count: 7.0 -> 8.0 pull_requests: +24641 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25989 ___ Python tracker <https://bugs.p

[issue25872] multithreading traceback KeyError when modifying file

2021-05-07 Thread So Ukiyama
So Ukiyama added the comment: I apologize if this is rude, as I am not familiar with this method. I created a following PR to add unit tests about this issue. https://github.com/python/cpython/pull/25913 I would be happy to receive feedback on the PR. -- components: +Interpreter