We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ffdd1 commit 0f80883Copy full SHA for 0f80883
Doc/library/msvcrt.rst
@@ -22,6 +22,8 @@ api. The normal API deals only with ASCII characters and is of limited use
22
for internationalized applications. The wide char API should be used where
23
ever possible.
24
25
+.. availability:: Windows.
26
+
27
.. versionchanged:: 3.3
28
Operations in this module now raise :exc:`OSError` where :exc:`IOError`
29
was raised.
Doc/library/winsound.rst
@@ -13,6 +13,8 @@
13
The :mod:`winsound` module provides access to the basic sound-playing machinery
14
provided by Windows platforms. It includes functions and several constants.
15
16
17
18
19
.. function:: Beep(frequency, duration)
20
0 commit comments