Steve Dower added the comment:

Though if you do really want to use the (very) old msvcrt DLL rather than the 
proper functionality, calling cdd.msvcrt.wprintf will behave as you expect, or 
prefixing the strings with b (e.g. b"Testing") will pass it as bytes rather 
than wchar_t.

But unless all these suggestions make perfect sense to you, starting with the 
tutorial is probably best :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29131>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to