消息 [169316]
> 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:14 | 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 22:55:14 | vstinner | 修改 | messageid: <1346194514.7.0.64599508011.issue15785@psf.upfronthosting.co.za> |
| 2012-08-28 22:55:14 | vstinner | 链接 | issue15785 messages |
| 2012-08-28 22:55:14 | vstinner | 创建 | |
|