diff options
author | Georg Brandl <georg@python.org> | 2022-11-28 09:41:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 09:41:24 (GMT) |
commit | 492dc02b01828f346dd62412fefc654e781de923 (patch) | |
tree | 28bf03ddddf6a8a1acbe40869d84e260582295d5 /Misc/NEWS.d/next/Documentation | |
parent | 219696abb240607d3f807853c4c180825e60716e (diff) | |
download | cpython-492dc02b01828f346dd62412fefc654e781de923.zip cpython-492dc02b01828f346dd62412fefc654e781de923.tar.gz cpython-492dc02b01828f346dd62412fefc654e781de923.tar.bz2 |
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-09-22-12-32-16.bpo-41825.npcaCb.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-09-22-12-32-16.bpo-41825.npcaCb.rst b/Misc/NEWS.d/next/Documentation/2020-09-22-12-32-16.bpo-41825.npcaCb.rst new file mode 100644 index 0000000..390b4a9 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-09-22-12-32-16.bpo-41825.npcaCb.rst @@ -0,0 +1,3 @@ +Restructured the documentation for the :func:`os.wait* <os.wait>` family of functions, +and improved the docs for :func:`os.waitid` with more explanation of the +possible argument constants. |