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.22:55:14
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346194514.7.0.64599508011.issue15785@psf.upfronthosting.co.za>
In-reply-to
内容
> Perhaps you should simply remove the new function, and re-add it in 3.4 when you've thought it out a bit more.

Python 3 forces somehow to use Unicode, and the Unicode support of the curses module in Python 3.2 is incomplete or broken (see . Many issues have been fixed in Python 3.3. It would be a regression to remove get_wch(), it's an important function to use the curses module with Python 3.

Changes between Python 3.2 and 3.3:
http://docs.python.org/dev/whatsnew/3.3.html#curses
历史
日期 用户 动作 参数
2012-08-28 22:55:14vstinner修改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 22:55:14vstinner修改messageid: <1346194514.7.0.64599508011.issue15785@psf.upfronthosting.co.za>
2012-08-28 22:55:14vstinner链接issue15785 messages
2012-08-28 22:55:14vstinner创建