diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:30:47 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:30:47 (GMT) |
commit | 0eac43a4eb723954cf50829fa31536cd35d1f60b (patch) | |
tree | a0c1e91e226a3afad2c9fbe41b8b2768cc4aa886 /Misc | |
parent | acea823fd876893400735985904904e9a63d43d9 (diff) | |
download | cpython-0eac43a4eb723954cf50829fa31536cd35d1f60b.zip cpython-0eac43a4eb723954cf50829fa31536cd35d1f60b.tar.gz cpython-0eac43a4eb723954cf50829fa31536cd35d1f60b.tar.bz2 |
Correct a merge error in Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |