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.

classification
Title: Allow keyword arguments in winsound
Type: enhancement Stage: resolved
Components: Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, zach.ware
Priority: normal Keywords:

Created on 2016-09-06 21:29 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg274637 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-06 21:35
New changeset bd4771d3e88d by Zachary Ware in branch 'default':
Closes #27982: Allow keyword arguments to winsound functions
https://hg.python.org/cpython/rev/bd4771d3e88d
History
Date User Action Args
2022-04-11 14:58:35adminsetgithub: 72169
2016-09-06 21:35:54python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg274637

resolution: fixed
stage: resolved
2016-09-06 21:29:50zach.warecreate