]> granicus.if.org Git - python/commitdiff
Fixed issue number for issue #8311.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 12:08:46 +0000 (14:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 12:08:46 +0000 (14:08 +0200)
Misc/NEWS

index 67b5dd0afdaa2d65673557941f77e3c10c53c82f..2c0508c8afec687461b6c380c0d985903b54e431 100644 (file)
--- 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.