Fixed issue number for issue #8311.

This commit is contained in:
Serhiy Storchaka 2013-11-16 14:08:46 +02:00
parent 452bab4acf
commit 13d4853ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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.