]> granicus.if.org Git - python/commit
Issue #16685: Added support for any bytes-like objects in the audioop module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Nov 2013 19:44:36 +0000 (21:44 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Nov 2013 19:44:36 +0000 (21:44 +0200)
commit711e91b28397281f95c2d98dfc9561d38b8f8c41
tree648b973c9622992166b9ee7b1693bf57e2bb676a
parent9deff8a94683b2db427ed4ebd0e97979c6f47010
Issue #16685: Added support for any bytes-like objects in the audioop module.
Removed support for strings.
Doc/library/audioop.rst
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c