Message 83685 - Python tracker
Message83685
| 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: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 | |