]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Oct 2019 10:03:53 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 10:03:53 +0000 (12:03 +0200)
commit865c3b257fe38154a4320c7ee6afb416f665b9c2
treeab97967500a250cac15ac0d69aeb2c061bf313ba
parent25fc088607c855060ed142296dc1bd0125fad1af
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Doc/whatsnew/3.9.rst
Lib/test/string_tests.py
Misc/NEWS.d/next/Core and Builtins/2019-10-29-09-38-54.bpo-28029.AmRMEF.rst [new file with mode: 0644]
Objects/stringlib/transmogrify.h
Objects/unicodeobject.c