]> granicus.if.org Git - python/commitdiff
Issue #10197: merge heads
authorTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 14:20:23 +0000 (14:20 +0000)
committerTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 14:20:23 +0000 (14:20 +0000)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 26fc76cb721a92d7bc16d10b3611dcb5a52b1581,bdd65a6636c0ec6dbf63f3b407c6f720c5da2c0b..c2f599bcc78bac33c2d8f9e3a4ce9062ebf443df
+++ b/Misc/NEWS
@@@ -13,10 -13,8 +13,13 @@@ Core and Builtin
  Library
  -------
  
 +- Issue #6157: Fixed tkinter.Text.debug().  Original patch by Guilherme Polo.
 +
 +- Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
++
+ - Issue #10197: Rework subprocess.get[status]output to use subprocess
+   functionality and thus to work on Windows. Patch by Nick Coghlan.
 +  integers instead of a string.  Based on patch by Guilherme Polo.
  
  - Issue #19286: Directories in ``package_data`` are no longer added to
    the filelist, preventing failure outlined in the ticket.