Message2791

Author ayeshaiqbal
Recipients
Date 2007-08-13.05:20:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have uploaded a patch for the bug 1768074 :str.replace() doesn't handle an empty string to be replaced.With this patch now str.replace does not throw ValueError on receiving an empty string as a parameter.Instead it's functionality on receiving an empty string is identical to it's behaviour in python

Thanks,
Ayesha
History
Date User Action Args
2008-02-20 17:18:46adminlinkissue1772858 messages
2008-02-20 17:18:46admincreate