Message 85410 - Python tracker
Message85410
| Author | pitrou |
|---|---|
| Recipients | ocean-city, pitrou, vstinner |
| Date | 2009-04-04.16:56:45 |
| SpamBayes Score | 0.0084731635 |
| Marked as misclassified | No |
| Message-id | <1238864208.0.0.317909565476.issue5410@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There seems to be a problem with ungetwch(): >>> s = msvcrt.getwch() # Here I type the Euro sign (€) >>> ascii(s) "'\\u20ac'" >>> msvcrt.ungetwch(s) >>> u = msvcrt.getwch() >>> ascii(u) "'\\xac'" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-04-04 16:56:48 | pitrou | set | recipients: + pitrou, vstinner, ocean-city |
| 2009-04-04 16:56:48 | pitrou | set | messageid: <1238864208.0.0.317909565476.issue5410@psf.upfronthosting.co.za> |
| 2009-04-04 16:56:46 | pitrou | link | issue5410 messages |
| 2009-04-04 16:56:45 | pitrou | create | |