]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10197: merge heads
authorTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 14:21:29 +0000 (14:21 +0000)
committerTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 14:21:29 +0000 (14:21 +0000)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3c0e5117a40d399c02edf7089eda58e1003c378a,fa12378fb5c99ae0fdfb13d028b7bebbb6a19445..37acda83883f8f8019249a8e283a985db9be0fae
+++ b/Misc/NEWS
@@@ -31,13 -31,9 +31,16 @@@ Core and Builtin
  Library
  -------
  
 +- Issue #6157: Fixed tkinter.Text.debug().  tkinter.Text.bbox() now raises
 +  TypeError instead of TclError on wrong number of arguments.  Original patch
 +  by Guilherme Polo.
 +
+ - Issue #10197: Rework subprocess.get[status]output to use subprocess
+   functionality and thus to work on Windows. Patch by Nick Coghlan
 +- Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
 +  integers instead of a string.  Based on patch by Guilherme Polo.
 +
  - Issue #19403: contextlib.redirect_stdout is now reentrant
  
  - Issue #19286: Directories in ``package_data`` are no longer added to