From: Serhiy Storchaka Date: Sat, 16 Nov 2013 12:08:46 +0000 (+0200) Subject: Fixed issue number for issue #8311. X-Git-Tag: v3.4.0b1~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13d4853ac05bf74df1c0e66b37bef168c39aa99f;p=thirdparty%2FPython%2Fcpython.git Fixed issue number for issue #8311. --- diff --git a/Misc/NEWS b/Misc/NEWS index 67b5dd0afdaa..2c0508c8afec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.