[issue17487] wave.Wave_read.getparams should be more user friendly

Berker Peksag report at bugs.python.org
Fri Mar 22 03:34:57 CET 2013


Berker Peksag added the comment:

Should the documentation of the wave module be updated to match this change? See issue 16808 for example.

The current wave.Wave_read.getparams documentation says:

"Returns a tuple (nchannels, sampwidth, framerate, nframes, comptype, compname), equivalent to output of the get*() methods."

http://docs.python.org/3.4/library/wave.html#wave.Wave_read.getparams

----------
nosy: +berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17487>
_______________________________________


More information about the Python-bugs-list mailing list