[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Nikita Sobolev
Nikita Sobolev added the comment: Thanks, Łukasz! чт, 28 окт. 2021 г. в 23:04, Łukasz Langa : > > Change by Łukasz Langa : > > > -- > resolution: -> fixed > stage: patch review -> resolved > status: open -> closed > versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 > > _

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker _

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Nikita! ✨ 🍰 ✨ -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 01d11b1d62b869f77e024b3979dbc064e9019b7c by Miss Islington (bot) in branch '3.9': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284) https://github.com/python/cpython/commit/01d11b1d62b869f77e024b3979dbc0

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fb80aede6ab5d10297b787526657b1a6e20a706a by Miss Islington (bot) in branch '3.10': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283) https://github.com/python/cpython/commit/fb80aede6ab5d10297b787526657b

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5 by Nikita Sobolev in branch 'main': bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) https://github.com/python/cpython/commit/1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5 ---

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +27547 pull_request: https://github.com/python/cpython/pull/29284 ___ Python tracker ___ __

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27546 pull_request: https://github.com/python/cpython/pull/29283 ___ Python tracker _

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-26 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch nosy: +sobolevn nosy_count: 2.0 -> 3.0 pull_requests: +27490 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29226 ___ Python tracker __

[issue45604] multiprocessing.log_to_stderr missing documentation for parameter

2021-10-25 Thread Alex Wells
New submission from Alex Wells : The documentation for multiprocessing.log_to_stderr() specifies that the method takes no parameters. However, intellisense in VSCode and debugging the method both show that there is a single parameter, "level", whose default value is None. Documentation here: