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, georg.brandl, loewis, simpkins, vstinner
日期 2012-08-28.22:18:03
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346192284.61.0.677694442452.issue15785@psf.upfronthosting.co.za>
In-reply-to
内容
New patch fixing the issue with a better API: window.get_wch()->int or str depending on the key (int for key codes, str for other keys).

Oh, I realized that test_curses does also fail on my laptop without the patch. My laptop is running Fedora 11 which uses libncurses 5.7. This version is old and has known bugs. So the "unget_wch" issue is maybe unrelated.
历史
日期 用户 动作 参数
2012-08-28 22:18:04vstinner修改recipients: + vstinner, loewis, georg.brandl, Arfrever, simpkins
2012-08-28 22:18:04vstinner修改messageid: <1346192284.61.0.677694442452.issue15785@psf.upfronthosting.co.za>
2012-08-28 22:18:04vstinner链接issue15785 messages
2012-08-28 22:18:04vstinner创建