From 0eac43a4eb723954cf50829fa31536cd35d1f60b Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 11 Nov 2013 22:30:47 -0600 Subject: Correct a merge error in Misc/NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index d84fc45..9abddbb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,10 +29,10 @@ 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 + integers instead of a string. Based on 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. - 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. -- cgit v0.12