]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Corrected docstrings of audio modules. writeframes() accepts bytes, not str.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jul 2015 19:13:40 +0000 (22:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jul 2015 19:13:40 +0000 (22:13 +0300)
commite0fd7ef6bb0ddfc36337f434ae6bbfc5c0b60afa
tree81583787a9de5bb98d01abc532388b21b75faf4f
parente6ecea53c8394b5101bb3ddab3216a948065ef97
Corrected docstrings of audio modules.  writeframes() accepts bytes, not str.
Lib/aifc.py
Lib/sunau.py
Lib/wave.py