]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #422088: [OSF1 alpha] string.replace().
authorTim Peters <tim.peters@gmail.com>
Wed, 9 May 2001 23:00:26 +0000 (23:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 9 May 2001 23:00:26 +0000 (23:00 +0000)
commit1a7b3eee946183c75eddecafe76c60e87c6f5e7d
treef9c8954cd9d9f73d009b3333aa80c24d1d6b0837
parent0f8b494df68a949ede01fbe124c29e0510e83933
SF bug #422088: [OSF1 alpha] string.replace().
Platform blew up on "123".replace("123", "").  Michael Hudson pinned the
blame on platform malloc(0) returning NULL.
This is a candidate for all bugfix releases.
Lib/test/string_tests.py
Modules/stropmodule.c