[issue16685] Deprecate accepting strings as arguments in audioop functions

Ezio Melotti report at bugs.python.org
Fri Dec 14 19:22:50 CET 2012


Ezio Melotti added the comment:

What happens if you pass strings?
If it doesn't work we can just fix it to raise an exception and stop returning random results, if it works but bytes should be used instead, we should go through a deprecation process.

----------
nosy: +ezio.melotti

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


More information about the Python-bugs-list mailing list