Skip to content

Commit 1f9f8e5

Browse files
[3.13] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141350)
(cherry picked from commit 13fa313) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 0facabc commit 1f9f8e5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Doc/library/msvcrt.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ api. The normal API deals only with ASCII characters and is of limited use
2222
for internationalized applications. The wide char API should be used where
2323
ever possible.
2424

25+
.. availability:: Windows.
26+
2527
.. versionchanged:: 3.3
2628
Operations in this module now raise :exc:`OSError` where :exc:`IOError`
2729
was raised.

Doc/library/winreg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ integer as the registry handle, a :ref:`handle object <handle-object>` is used
1414
to ensure that the handles are closed correctly, even if the programmer neglects
1515
to explicitly close them.
1616

17+
.. availability:: Windows.
18+
1719
.. _exception-changed:
1820

1921
.. versionchanged:: 3.3

Doc/library/winsound.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
The :mod:`winsound` module provides access to the basic sound-playing machinery
1414
provided by Windows platforms. It includes functions and several constants.
1515

16+
.. availability:: Windows.
17+
1618

1719
.. function:: Beep(frequency, duration)
1820

0 commit comments

Comments
 (0)