SIGN IN SIGN UP

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.
T
Tim Peters committed
da45d55a6ecff00ca714cbcf66fb2133621ca836
Parent: 9c012af