Issue 4754: winsound documentation (about stoping sounds) (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/49004

classification

Title: winsound documentation (about stoping sounds)
Type: Stage:
Components: Documentation Versions: Python 2.6

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ocean-city
Priority: normal Keywords: patch

Created on 2008-12-26 22:49 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
winsound_doc.patch ocean-city,2008-12-26 22:49
Messages (3)
msg78313 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-12-26 22:49
This comes from Issue4741. The patch - clarify meaning of None as the parameter of *sound* to PlaySound - notify SND_PURGE is not supported by MS now
msg78314 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-12-26 22:50
The patch is for release26-maint.
msg78378 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-27 18:49
Thanks, applied in r67957.
History
Date User Action Args
2022-04-11 14:56:43 admin set github: 49004
2008-12-27 18:49:31 georg.brandl set status: open -> closedresolution: acceptedmessages: +
2008-12-26 22:50:22 ocean-city set messages: +
2008-12-26 22:49:05 ocean-city create