cpython/Misc/NEWS.d/next
Miss Islington (bot) ff6ae4de38 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212)
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:35:41 +02:00
..
Build [3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3797) 2017-09-28 13:21:32 +02:00
C API [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) 2017-10-26 17:48:48 +02:00
Core and Builtins bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191) 2017-10-31 15:58:33 +02:00
Documentation bpo-31537: Update readline documentation example. (GH-3925) (GH-3948) 2017-10-10 15:03:14 -07:00
IDLE bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (GH-4070) (#4156) 2017-10-28 07:43:16 -04:00
Library bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) 2017-11-01 14:35:41 +02:00
Security Update pydoc topics and NEWS blurbs for 3.6.3rc1 2017-09-18 23:04:41 -04:00
Tests bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104) 2017-10-24 04:18:00 -07:00
Tools-Demos bpo-30722: Make redemo work with Python 3.6+ (GH-2311) 2017-10-23 20:40:36 +03:00
Windows Update pydoc topics and NEWS blurbs for 3.6.3rc1 2017-09-18 23:04:41 -04:00
macOS