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 serhiy.storchaka
Recipients Claudiu.Popa, r.david.murray, rhettinger, serhiy.storchaka
Date 2014-08-06.16:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407341809.77.0.274529315834.issue18615@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation says:

"""
When these functions are able to determine
what type of sound data is stored in a file,
they return a :func:`~collections.namedtuple`, containing five attributes:
(``type``, ``sampling_rate``, ``channels``,
``frames``, ``bits_per_sample``).
"""

But actual attributes of returned namedtuple are filetype, framerate, nchannels, nframes and sampwidth.
History
Date User Action Args
2014-08-06 16:16:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray, Claudiu.Popa
2014-08-06 16:16:49serhiy.storchakasetmessageid: <1407341809.77.0.274529315834.issue18615@psf.upfronthosting.co.za>
2014-08-06 16:16:49serhiy.storchakalinkissue18615 messages
2014-08-06 16:16:49serhiy.storchakacreate