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 Claudiu.Popa
Recipients Claudiu.Popa, r.david.murray, serhiy.storchaka
Date 2014-05-13.11:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399981126.58.0.828255275184.issue18615@psf.upfronthosting.co.za>
In-reply-to
Content
But it improves the API. It's much nicer to actually access the values returned by sndhdr as f.type, f.sampling_rate, f.channels than f[0], f[1], f[2]. You do have a point though. Would it be more acceptable if we'll provide a new function which returns a namedtuple and leaving `whathdr` and `what` in peace?
History
Date User Action Args
2014-05-13 11:38:46Claudiu.Popasetrecipients: + Claudiu.Popa, r.david.murray, serhiy.storchaka
2014-05-13 11:38:46Claudiu.Popasetmessageid: <1399981126.58.0.828255275184.issue18615@psf.upfronthosting.co.za>
2014-05-13 11:38:46Claudiu.Popalinkissue18615 messages
2014-05-13 11:38:46Claudiu.Popacreate