]> granicus.if.org Git - python/commit
Code by Inyeol Lee, submitted to SF bug 595350, to implement
authorGuido van Rossum <guido@python.org>
Fri, 23 Aug 2002 18:21:28 +0000 (18:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Aug 2002 18:21:28 +0000 (18:21 +0000)
commit8b1a6d694fa2f38cde77892c5ee0bb177be49db6
treee3f7c901c642cd2500cb87648b6976c8d539a1fb
parent280488b9a3b5cc213d01aae794751b89144f8609
Code by Inyeol Lee, submitted to SF bug 595350, to implement
the string/unicode method .replace() with a zero-lengt first argument.
Inyeol contributed tests for this too.
Lib/test/string_tests.py
Lib/test/test_descr.py
Lib/test/test_unicode.py
Objects/stringobject.c
Objects/unicodeobject.c