Issue 31412: wave.open does not accept PathLike objects (original) (raw)

Issue31412

Created on 2017-09-10 18:41 by mscuthbert, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 3484 open mscuthbert,2017-09-10 19:38
Messages (2)
msg301826 - (view) Author: Michael Cuthbert (mscuthbert) * Date: 2017-09-10 18:41
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.
msg305361 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-11-01 09:01
wave is a one of three audio file modules (aifc, sunau, wave) that should have the same interface.
History
Date User Action Args
2022-04-11 14:58:52 admin set github: 75593
2017-11-01 09:01:18 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2017-11-01 08:14:56 berker.peksag set nosy: + berker.peksag
2017-09-10 19:38:36 mscuthbert set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest3474>
2017-09-10 18:41:22 mscuthbert set type: enhancementcomponents: + Library (Lib)
2017-09-10 18:41:03 mscuthbert create