[issue5410] msvcrt bytes cleanup
STINNER Victor
report at bugs.python.org
Tue Mar 17 18:12:30 CET 2009
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
> msvcrt.ungetwch() calls _ungetch not _ungetwch
... are you sure that someone already used these functions? :-)
If you suppose that issue5499 is fixed, you can leave msvcrt_putch()
and msvcrt_ungetch unchanged and use "C" format in msvcrt_ungetwch()
("Py_UNICODE ch;" have to be replaced by "int ch;" for the
format "C").
----------
nosy: +haypo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5410>
_______________________________________
More information about the Python-bugs-list
mailing list