[New-bugs-announce] [issue31412] wave.open does not accept PathLike objects

Michael Cuthbert report at bugs.python.org
Sun Sep 10 14:41:03 EDT 2017


New submission from Michael Cuthbert:

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.

----------
messages: 301826
nosy: mscuthbert
priority: normal
severity: normal
status: open
title: wave.open does not accept PathLike objects
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31412>
_______________________________________


More information about the New-bugs-announce mailing list