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.

Author vstinner
Recipients Arfrever, Nicholas.Cole, akuchling, cben, georg.brandl, gpolo, inigoserna, jcea, loewis, phep, pitrou, python-dev, r.david.murray, schodet, simpkins, vstinner, zeha
Date 2012-08-28.23:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346195440.46.0.472391019022.issue15785@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-28 23:10:40vstinnersetrecipients: + 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:40vstinnersetmessageid: <1346195440.46.0.472391019022.issue15785@psf.upfronthosting.co.za>
2012-08-28 23:10:39vstinnerlinkissue15785 messages
2012-08-28 23:10:39vstinnercreate