summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-11-28 09:41:24 (GMT)
committerGitHub <noreply@github.com>2022-11-28 09:41:24 (GMT)
commit492dc02b01828f346dd62412fefc654e781de923 (patch)
tree28bf03ddddf6a8a1acbe40869d84e260582295d5 /Misc/NEWS.d/next/Documentation
parent219696abb240607d3f807853c4c180825e60716e (diff)
downloadcpython-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.rst3
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.