diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-16 12:08:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-16 12:08:46 (GMT) |
commit | 13d4853ac05bf74df1c0e66b37bef168c39aa99f (patch) | |
tree | 0d54f20eb8205f9084ca4dc715e8f3cde1fa15b0 /Misc | |
parent | 452bab4acf57c8dd156b794fe0d1672e1ab29b43 (diff) | |
download | cpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.zip cpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.tar.gz cpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.tar.bz2 |
Fixed issue number for issue #8311.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Core and Builtins Library ------- -- Issue #16685: Added support for writing any bytes-like objects in the aifc, +- Issue #8311: Added support for writing any bytes-like objects in the aifc, sunau, and wave modules. - Issue #5202: Added support for unseekable files in the wave module. |