Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-131453: Add missing constants to winsound module#131454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
zooba commentedMar 19, 2025
LGTM. Any other changes coming here, or is this ready to merge? |
aisk commentedMar 19, 2025
All usable constants are added in this PR, so it's ready to merge. |
| ..data::MB_ICONWARNING | ||
| Play the ``SystemExclamation`` sound. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think these could all use a..versionadded:: next
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, added!
zooba commentedMar 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
FWIW, the |
00a9844 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
SND_ALIAS_IDhas not been added towinsoundin this PR because it requires passing thehmodparameter to thePlaySoundfunction. Since we do not expose this parameter, it does not make sense to addSND_ALIAS_IDbefore we support thehmodparameter.Other possible macrons are added.
winsoundmodule. #131453📚 Documentation preview 📚:https://cpython-previews--131454.org.readthedocs.build/