Files
cpython/Modules
Tim Peters da45d55a6e The strop module and test_strop.py believe replace() with a 0 count
means "replace everything".  But the string module, string.replace()
amd test_string.py believe a 0 count means "replace nothing".
"Nothing" wins, strop loses.
Bugfix candidate.
2001-05-10 00:59:45 +00:00
..
2000-06-30 16:09:01 +00:00
2000-07-01 00:16:13 +00:00
2000-10-04 16:34:09 +00:00
2001-05-09 18:48:26 +00:00
2001-03-22 15:50:10 +00:00