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 jmb
Recipients akuchling, jmb, loewis, paul.moore, techtonik, zhirsch
Date 2009-10-21.07:24:16
SpamBayes Score 0.00012695676
Marked as misclassified No
Message-id <1256109863.97.0.99047039585.issue2889@psf.upfronthosting.co.za>
In-reply-to
Content
I've built a package for python 2.6 using a slightly modified version of
this patch. I've uploaded it here: http://jeberger.free.fr/python/

I'm attaching my version of the patch here. I had to make two
modifications for it to work:
- Change all references to _ISPAD into _PAD (obviously this needs to be
done better since what I did will break the ncurses compatibility);
- Change "(long) (n << 8)" into "COLOR_PAIR (n)". This should be
compatible between curses implementations.

With this package, I've been able to run the Mercurial "crecord"
extension on Windows.
History
Date User Action Args
2009-10-21 07:24:24jmbsetrecipients: + jmb, loewis, akuchling, paul.moore, techtonik, zhirsch
2009-10-21 07:24:23jmbsetmessageid: <1256109863.97.0.99047039585.issue2889@psf.upfronthosting.co.za>
2009-10-21 07:24:18jmblinkissue2889 messages
2009-10-21 07:24:18jmbcreate