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 mscuthbert
Recipients mscuthbert
Date 2017-09-10.18:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505068863.95.0.795471770388.issue31412@psf.upfronthosting.co.za>
In-reply-to
Content
The wave library (reading and writing .wav audio files) accepts filehandles, strings, and bytes, but does not accept PathLike objects.  Patch will modify wave.py to allow open to use these objects.
History
Date User Action Args
2017-09-10 18:41:03mscuthbertsetrecipients: + mscuthbert
2017-09-10 18:41:03mscuthbertsetmessageid: <1505068863.95.0.795471770388.issue31412@psf.upfronthosting.co.za>
2017-09-10 18:41:03mscuthbertlinkissue31412 messages
2017-09-10 18:41:03mscuthbertcreate