This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bughunter2
Recipients bughunter2
Date 2012-01-08.21:46:41
SpamBayes Score 5.2340397e-07
Marked as misclassified No
Message-id <1326059265.01.0.0567556069676.issue13740@psf.upfronthosting.co.za>
In-reply-to
Content
As the attached example Python script explains, the winsound.SND_NOWAIT flag doesn't do anything, at least not on modern Windows platforms.

The updated MSDN documentation for PlaySound() states that SND_NOWAIT is not supported (it is ignored).
Link: http://msdn.microsoft.com/en-us/library/windows/desktop/dd743680%28v=vs.85%29.aspx

Assuming that the flag is supported on older Windows versions, I propose that the Python documentation is updated to state the same thing for SND_NOWAIT that it states for the SND_PURGE flag, which is the following:
"Note: This flag is not supported on modern Windows platforms."

Even though it might be that SND_NOWAIT was in fact never supported on any Windows version, the proposed change is at least better than not doing anything about it.
History
Date User Action Args
2012-01-08 21:47:45bughunter2setrecipients: + bughunter2
2012-01-08 21:47:45bughunter2setmessageid: <1326059265.01.0.0567556069676.issue13740@psf.upfronthosting.co.za>
2012-01-08 21:46:41bughunter2linkissue13740 messages
2012-01-08 21:46:41bughunter2create