This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ocean-city, vstinner
Date 2009-03-17.17:12:20
SpamBayes Score 0.09722096
Marked as misclassified No
Message-id <1237309950.29.0.0753426996254.issue5410@psf.upfronthosting.co.za>
In-reply-to
Content
> 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").
History
Date User Action Args
2009-03-17 17:12:30vstinnersetrecipients: + vstinner, ocean-city
2009-03-17 17:12:30vstinnersetmessageid: <1237309950.29.0.0753426996254.issue5410@psf.upfronthosting.co.za>
2009-03-17 17:12:20vstinnerlinkissue5410 messages
2009-03-17 17:12:20vstinnercreate