diff options
author | Georg Brandl <georg@python.org> | 2013-10-13 08:49:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-13 08:49:47 (GMT) |
commit | 31f6f4dd03896aeba7f747119ee06187427b46b3 (patch) | |
tree | 7b9563dae6c3d927a2559c5fe5590d705719fcc4 | |
parent | bb2ed516cc5fccfd34e1a5d3f3253f3ab68e799a (diff) | |
parent | aeaecfd25761b89820db258ca6c60f3c58c0502a (diff) | |
download | cpython-31f6f4dd03896aeba7f747119ee06187427b46b3.zip cpython-31f6f4dd03896aeba7f747119ee06187427b46b3.tar.gz cpython-31f6f4dd03896aeba7f747119ee06187427b46b3.tar.bz2 |
merge with 3.3
-rw-r--r-- | Doc/library/winsound.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst index 8356062..61f34cd 100644 --- a/Doc/library/winsound.rst +++ b/Doc/library/winsound.rst @@ -126,6 +126,10 @@ provided by Windows platforms. It includes functions and several constants. Return immediately if the sound driver is busy. + .. note:: + + This flag is not supported on modern Windows platforms. + .. data:: MB_ICONASTERISK |