commit | 38fbd799d1a45aa60454f7cb8b951e4f2b185e91 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 15:01:40 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 15:01:40 2012 +0200 |
tree | f842c3c67a3c619887d1379283c59b3f5bc353d7 | |
parent | 4cf3f69250c801e20fd8ac6d60c1c11881e5f141 [diff] [blame] |
Issue #14829: Fix bisect issues under 64-bit Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index a1572cd..c2be420 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Library ------- +- Issue #14829: Fix bisect issues under 64-bit Windows. + - Issue #14777: tkinter may return undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing