Message83685
> 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"). |
|
Date |
User |
Action |
Args |
2009-03-17 17:12:30 | vstinner | set | recipients:
+ vstinner, ocean-city |
2009-03-17 17:12:30 | vstinner | set | messageid: <1237309950.29.0.0753426996254.issue5410@psf.upfronthosting.co.za> |
2009-03-17 17:12:20 | vstinner | link | issue5410 messages |
2009-03-17 17:12:20 | vstinner | create | |
|