]> granicus.if.org Git - python/commitdiff
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and...
authorJesus Cea <jcea@jcea.es>
Sat, 17 Nov 2012 02:43:15 +0000 (03:43 +0100)
committerJesus Cea <jcea@jcea.es>
Sat, 17 Nov 2012 02:43:15 +0000 (03:43 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 840e108fc7a1926b7d1df3b6b3651b2d8787c0f0,47bf94ce51688fb1781a061dccb435bdeb10ec65..9a78c0851c31c80b43eb554ba7c19b17fec35b4d
+++ b/Misc/NEWS
@@@ -240,11 -158,11 +240,14 @@@ Librar
  - Issue #16270: urllib may hang when used for retrieving files via FTP by using
    a context manager.  Patch by Giampaolo Rodola'.
  
+ - Issue #16461: Wave library should be able to deal with 4GB wav files,
+   and sample rate of 44100 Hz.
  - Issue #16176: Properly identify Windows 8 via platform.platform()
  
 +- Issue #16088: BaseHTTPRequestHandler's send_error method includes a
 +  Content-Length header in it's response now. Patch by Antoine Pitrou.
 +
  - Issue #16114: The subprocess module no longer provides a misleading error
    message stating that args[0] did not exist when either the cwd or executable
    keyword arguments specified a path that did not exist.