Python 3 incompatibility in PyWinTypesmodule.cpp implementation for "pywintypes.Unicode()".
Bad format string "t#" used which is Python 2 only.
Source:
http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/file/713ac73c22e5/win32/src/PyWinTypesmodule.cpp#l356
See also this:
http://stackoverflow.com/a/31314297/419404
Reported by: hhn1
Original Ticket: pywin32/bugs/697
Python 3 incompatibility in PyWinTypesmodule.cpp implementation for "pywintypes.Unicode()".
Bad format string "t#" used which is Python 2 only.
Source:
http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/file/713ac73c22e5/win32/src/PyWinTypesmodule.cpp#l356
See also this:
http://stackoverflow.com/a/31314297/419404
Reported by: hhn1
Original Ticket: pywin32/bugs/697