[issue4051] use of TCHAR under win32

Martin v. Löwis report at bugs.python.org
Tue Oct 7 22:34:10 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

> What about to substitute UNICODE macro as example with RAWUNICODE in the
> source ?

That would work as well. As it stands, the macro names are equivalent to
the ones in pickle.py, which is a useful property to have. So I'm in
favor of the proposed change.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4051>
_______________________________________


More information about the Python-bugs-list mailing list