diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-28 19:58:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 19:58:24 (GMT) |
commit | fb80aede6ab5d10297b787526657b1a6e20a706a (patch) | |
tree | 04c63c938365654e9b608f125108c7d6cccdf25b /Misc/NEWS.d | |
parent | 1d88b2b0a15198843a43f34aba1abc65455d3ba7 (diff) | |
download | cpython-fb80aede6ab5d10297b787526657b1a6e20a706a.zip cpython-fb80aede6ab5d10297b787526657b1a6e20a706a.tar.gz cpython-fb80aede6ab5d10297b787526657b1a6e20a706a.tar.bz2 |
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 1fb968c07a76fb2d1ec8c14a0026f1d15828f4a5)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-10-26-10-00-45.bpo-45604.Dm-YhV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-10-26-10-00-45.bpo-45604.Dm-YhV.rst b/Misc/NEWS.d/next/Documentation/2021-10-26-10-00-45.bpo-45604.Dm-YhV.rst new file mode 100644 index 0000000..9da9cca --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-10-26-10-00-45.bpo-45604.Dm-YhV.rst @@ -0,0 +1 @@ +Add ``level`` argument to ``multiprocessing.log_to_stderr`` function docs.
\ No newline at end of file |