pywintypes.Unicode() fails in Python 3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
Python 3 incompatibility in PyWinTypesmodule.cpp implementation for "pywintypes.Unicode()".
Bad format string "t#" used which is Python 2 only.
See also this:
http://stackoverflow.com/a/31314297/419404
pywintypes.Unicode('s')
yieldsAny news on this one other than - we know about the problem?