[Python-checkins] cpython: Fixed issue number for issue #8311.

serhiy.storchaka python-checkins at python.org
Sat Nov 16 13:09:23 CET 2013


http://hg.python.org/cpython/rev/932db179585d
changeset:   87150:932db179585d
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Nov 16 14:08:46 2013 +0200
summary:
  Fixed issue number for issue #8311.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,7 +47,7 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list