From: Tim Golden <mail@timgolden.me.uk>
Date: Sun, 3 Nov 2013 14:20:23 +0000 (+0000)
Subject: Issue #10197: merge heads
X-Git-Tag: v3.4.0b1~413^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49667f09a72a3a33e5e0598233ce5a3d971f52e9;p=python

Issue #10197: merge heads
---

49667f09a72a3a33e5e0598233ce5a3d971f52e9
diff --cc Misc/NEWS
index 26fc76cb72,bdd65a6636..c2f599bcc7
--- a/Misc/NEWS
+++ 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.