Message 149005 - Python tracker

Message149005

Author vstinner
Recipients akuchling, enchanter, iandekit, loewis, mschmarck, noon, vstinner
Date 2011-12-08.00:38:15
SpamBayes Score 0.0003720986
Marked as misclassified No
Message-id <1323304697.3.0.975426300575.issue3786@psf.upfronthosting.co.za>
In-reply-to
Content
I hacked setup.py and _cursesmodule.c to use XPG4 curses. It requires many hacks because it lacks functions like getattrs() or getsyx/setsyx, constant like KEY_MIN and KEY_MAX. It looks difficult to use this curses library.
History
Date User Action Args
2011-12-08 00:38:17vstinnersetrecipients: + vstinner, loewis, akuchling, enchanter, mschmarck, iandekit, noon
2011-12-08 00:38:17vstinnersetmessageid: <1323304697.3.0.975426300575.issue3786@psf.upfronthosting.co.za>
2011-12-08 00:38:15vstinnerlinkissue3786 messages
2011-12-08 00:38:15vstinnercreate