]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct a merge error in Misc/NEWS
authorZachary Ware <zachary.ware@gmail.com>
Tue, 12 Nov 2013 04:30:47 +0000 (22:30 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 12 Nov 2013 04:30:47 +0000 (22:30 -0600)
Misc/NEWS

index d84fc4551d34ceaeb46da1386a0f669aad8860d9..9abddbb751f28682c09c0df63ec17e056215efde 100644 (file)
--- 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.