Message1803

Author cgroves
Recipients
Date 2007-08-06.00:15:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
str.replace should allow '' as the string to be replaced, but it fails with a ValueError.  This is tested by string_tests(and thereby test_str, test_userstring and test_unicode), but is currently commented out.  See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for instructions on how to enable the test and work on fixing the problem.
History
Date User Action Args
2008-02-20 17:17:57adminlinkissue1768074 messages
2008-02-20 17:17:57admincreate