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 Nicholas.Cole, cben, gpolo, inigoserna, jcea, phep, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2012-03-08.01:10:59
SpamBayes Score 0.0018008864
Marked as misclassified No
Message-id <1331169059.7.0.234209508695.issue14223@psf.upfronthosting.co.za>
In-reply-to
Content
I introduced the arbitrary limit when I added support of the curses Unicode API (libncursesw). The limit is useless if libncursesw is used, whereas it blocks legal "characters" like KEY_xxx constants. So I just removed the check and it should not be ok.

The real issue is that Python curses is not linked to libncursesw on Mac OS X!
History
Date User Action Args
2012-03-08 01:10:59vstinnersetrecipients: + vstinner, jcea, cben, pitrou, gpolo, r.david.murray, inigoserna, phep, zeha, schodet, python-dev, Nicholas.Cole
2012-03-08 01:10:59vstinnersetmessageid: <1331169059.7.0.234209508695.issue14223@psf.upfronthosting.co.za>
2012-03-08 01:10:59vstinnerlinkissue14223 messages
2012-03-08 01:10:59vstinnercreate