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.22:55:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346194514.7.0.64599508011.issue15785@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2012-08-28 22:55:14vstinnersetrecipients: + 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:14vstinnersetmessageid: <1346194514.7.0.64599508011.issue15785@psf.upfronthosting.co.za>
2012-08-28 22:55:14vstinnerlinkissue15785 messages
2012-08-28 22:55:14vstinnercreate