cpython/Misc/NEWS.d/next
sweeneyde a81849b031
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
Added str.removeprefix and str.removesuffix methods and corresponding
bytes, bytearray, and collections.UserString methods to remove affixes
from a string if present. See PEP 616 for a full description.
2020-04-22 23:05:48 +02:00
..
Build bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) 2020-04-22 03:44:10 -04:00
C API bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) 2020-04-14 20:11:20 +02:00
Core and Builtins bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) 2020-04-22 23:05:48 +02:00
Documentation bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) 2020-04-18 11:09:09 -07:00
IDLE bpo-38439: Add 256px IDLE icon (GH-17473) 2020-04-22 03:21:44 -04:00
Library bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) 2020-04-22 16:30:35 +02:00
Security bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) 2020-04-02 02:52:20 +02:00
Tests bpo-39793: use the same domain on make_msgid tests (#18698) 2020-04-16 13:29:12 -04:00
Tools-Demos bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) 2020-04-18 17:52:48 +03:00
Windows bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) 2020-04-04 15:19:08 +01:00
macOS bpo-38329: python.org macOS installers now update Current symlink (GH-19650) 2020-04-22 04:27:13 -04:00