summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-16 12:08:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-16 12:08:46 (GMT)
commit13d4853ac05bf74df1c0e66b37bef168c39aa99f (patch)
tree0d54f20eb8205f9084ca4dc715e8f3cde1fa15b0 /Misc
parent452bab4acf57c8dd156b794fe0d1672e1ab29b43 (diff)
downloadcpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.zip
cpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.tar.gz
cpython-13d4853ac05bf74df1c0e66b37bef168c39aa99f.tar.bz2
Fixed issue number for issue #8311.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67b5dd0..2c0508c 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.