]> granicus.if.org Git - python/commit
Merged revisions 85109 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 29 Sep 2010 14:56:32 +0000 (14:56 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 29 Sep 2010 14:56:32 +0000 (14:56 +0000)
commita02653b38a142f844e6263b649134563cd6d28b1
tree73fa9a1820b61a4abbc99b1b692a5ca66b9695ca
parent66bfda800714cc34294c475066b285dbd169bd23
Merged revisions 85109 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85109 | brian.curtin | 2010-09-29 09:51:42 -0500 (Wed, 29 Sep 2010) | 4 lines

  Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes.
  r85073 changed the importing in wintypes to not use *, so the previous
  usage here became even more incorrect.
........
Lib/test/win_console_handler.py