]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:42:41 +0000 (03:42 +0100)
committerJesus Cea <jcea@jcea.es>
Sat, 17 Nov 2012 02:42:41 +0000 (03:42 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 9e456057c6d2bbcdb02b8d5843ef8d95271438cf,cadc65537c21f32f4d46352d740d735ee6ef2ba5..47bf94ce51688fb1781a061dccb435bdeb10ec65
+++ b/Misc/NEWS
@@@ -158,19 -222,48 +158,22 @@@ 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 #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.
 -
 -- Issue #15756: subprocess.poll() now properly handles errno.ECHILD to
 -  return a returncode of 0 when the child has already exited or cannot
 -  be waited on.
 -
 -- Issue #12376: Pass on parameters in TextTestResult.__init__ super call
 -
 -- Issue #15222: Insert blank line after each message in mbox mailboxes
 -
 -- Issue #16013: Fix CSV Reader parsing issue with ending quote characters.
 -  Patch by Serhiy Storchaka.
 -
 -- Issue #15421: fix an OverflowError in Calendar.itermonthdates() after
 -  datetime.MAXYEAR.  Patch by Cédric Krier.
 -
 -- Issue #15970: xml.etree.ElementTree now serializes correctly the empty HTML
 -  elements 'meta' and 'param'.
 -
 -- Issue #15842: the SocketIO.{readable,writable,seekable} methods now
 -  raise ValueError when the file-like object is closed.  Patch by Alessandro
 -  Moura.
 +- 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.
  
 -- Issue #15881: Fixed atexit hook in multiprocessing.  Original patch
 -  by Chris McDonough.
 +- Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror.
  
 -- Issue #15340: Fix importing the random module when /dev/urandom cannot
 -  be opened.  This was a regression caused by the hash randomization patch.
 +- Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element
 +  element_factory (fixes a regression in SimpleTAL).
  
 -- Issue #15841: The readable(), writable() and seekable() methods of BytesIO
 -  and StringIO objects now raise ValueError when the object has been closed.
 -  Patch by Alessandro Moura.
 -
 -- Issue #15509: webbrowser.UnixBrowser no longer passes empty arguments to
 -  Popen when %action substitutions produce empty strings.
 +- Issue #16034: Fix performance regressions in the new `bz2.BZ2File`
 +  implementation.  Initial patch by Serhiy Storchaka.
  
  - Issue #16112: platform.architecture does not correctly escape argument to
    /usr/bin/file.  Patch by David Benjamin.