Message 284771 - Python tracker

Message284771

Author Roy Marples
Recipients Roy Marples
Date 2017-01-05.21:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483653450.75.0.3170058096.issue29170@psf.upfronthosting.co.za>
In-reply-to
Content
checking whether WINDOW has _flags... no

The ncurses library can be built with an opaque window structure.
As such, it's not always possible to query it's flags.
Luckily there is the is_keypad function which works regardless of how ncurses was built.

If this test is changed, then it will help support NetBSD curses as well.
History
Date User Action Args
2017-01-05 21:57:30Roy Marplessetrecipients: + Roy Marples
2017-01-05 21:57:30Roy Marplessetmessageid: <1483653450.75.0.3170058096.issue29170@psf.upfronthosting.co.za>
2017-01-05 21:57:30Roy Marpleslinkissue29170 messages
2017-01-05 21:57:30Roy Marplescreate