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 docs@python, serhiy.storchaka
Date 2012-12-14.17:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355506064.79.0.581209145854.issue16682@psf.upfronthosting.co.za>
In-reply-to
Content
The audioop module documentation says that functions works with Python strings. This was right in 2.x, but in 3.x here should be bytes objects (actually the functions accept strings too, but this is an implementation detail, meaningless in general).
History
Date User Action Args
2012-12-14 17:27:44serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2012-12-14 17:27:44serhiy.storchakasetmessageid: <1355506064.79.0.581209145854.issue16682@psf.upfronthosting.co.za>
2012-12-14 17:27:44serhiy.storchakalinkissue16682 messages
2012-12-14 17:27:44serhiy.storchakacreate