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.

作者 vstinner
收信人 Arfrever, Nicholas.Cole, akuchling, cben, georg.brandl, gpolo, inigoserna, jcea, loewis, phep, pitrou, python-dev, r.david.murray, schodet, simpkins, vstinner, zeha
日期 2012-08-28.23:10:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346195440.46.0.472391019022.issue15785@psf.upfronthosting.co.za>
In-reply-to
内容
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:40vstinner修改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:40vstinner修改messageid: <1346195440.46.0.472391019022.issue15785@psf.upfronthosting.co.za>
2012-08-28 23:10:39vstinner链接issue15785 messages
2012-08-28 23:10:39vstinner创建