]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),
authorThomas Wouters <thomas@python.org>
Wed, 23 May 2001 14:38:53 +0000 (14:38 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 23 May 2001 14:38:53 +0000 (14:38 +0000)
commit1648e53efce867513ffdbdbdc044b9a8a810b8ad
treedcbc35d9dfa451f2d94b236877fe9beb4bdb2c32
parent49a8bec41f67dea8dc71cd7f0f38cbcc345a827a
Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),
stringobject.c (2.114, 2.115) and test_strop.py (1.11, 1.12). Fixes
'replace' behaviour on systems on which 'malloc(0)' returns NULL (together
with previous checkins) and re-synchs the string-operation code in
stringobject.c and stropmodule.c, with the exception of 'replace', which has
the old semantics in stropmodule but the new semantics in stringobjects.
Lib/test/test_strop.py
Modules/stropmodule.c
Objects/stringobject.c