commit | 6a4f39416580b4e4f0f39aca31ad2f5ef149f603 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun May 05 22:36:09 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun May 05 22:36:09 2013 +0300 |
tree | ae891063ae32cadb85a38704227c5080bc94eb42 | |
parent | d8931c375a92787662b32a5e07583a0490d8fc34 [diff] [blame] |
#17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS index 0691ad3..1fe11be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Tests ----- +- Issue #17883: Fix buildbot testing of Tkinter on Windows. + Patch by Zachary Ware. + - Issue #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.