[issue16685] Deprecate accepting strings as arguments in audioop functions

Ezio Melotti report at bugs.python.org
Fri Dec 14 22:43:21 CET 2012


Ezio Melotti added the comment:

The deprecation process can be avoided only if passing strings results in a meaningless result.  If there are cases where users are passing strings and everything works fine -- even if they should be passing bytes instead -- we should deprecate strings first to warn the users that the "feature" is going to be removed.

----------

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


More information about the Python-bugs-list mailing list