Skip to content

Commit 0f80883

Browse files
Add msvcrt and winsound
1 parent 11ffdd1 commit 0f80883

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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/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)