消息 [169318]
bitdancer tested the patch version 3 for me and it fails: unget_wch(KEY_UP) inserts the character U+0103 (259, à) instead of KEY_UP in get_wch() buffer. unget_wch() cannot be used to insert key codes, only classic keys like letters.
So I removed the patch version 3 and restored patch version 2 which only changes the get_wch() API and adapts the existing unit test. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-08-28 23:10:40 | vstinner | 修改 | recipients:
+ vstinner, loewis, akuchling, georg.brandl, jcea, cben, pitrou, gpolo, Arfrever, r.david.murray, inigoserna, phep, zeha, schodet, python-dev, Nicholas.Cole, simpkins |
| 2012-08-28 23:10:40 | vstinner | 修改 | messageid: <1346195440.46.0.472391019022.issue15785@psf.upfronthosting.co.za> |
| 2012-08-28 23:10:39 | vstinner | 链接 | issue15785 messages |
| 2012-08-28 23:10:39 | vstinner | 创建 | |
|