Files
cpython/Include
Miss Islington (bot) 6ba0b583d6 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213)
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
(cherry picked from commit 8bc7d63560)
2017-11-01 14:36:48 +02:00
..
2010-04-02 11:01:35 +00:00
2008-10-30 23:59:18 +00:00
2010-12-11 04:25:57 +00:00
2015-05-28 12:45:31 -05:00
2012-11-12 20:35:29 +01:00
2017-09-16 11:31:32 -07:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:00:53 +00:00