cpython/Misc/NEWS.d/next
Serhiy Storchaka 9ea5a3a45b
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162)
separators that are not bytes-like objects..
(cherry picked from commit a2314283ff)
2017-10-29 12:24:45 +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 [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +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-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4086) 2017-10-23 18:20:13 +03:00
Security
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
macOS