Message 77329 - Python tracker

Message77329

Author aronacher
Recipients LambertDW, aronacher, bhy, collinwinter
Date 2008-12-08.17:01:48
SpamBayes Score 0.00077836664
Marked as misclassified No
Message-id <1228755709.49.0.502996729468.issue2899@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 could handle it, but it would be a lot of work for something
unnecessary.  You can use "s.replace(a, b)" instead of string.replace(s,
a, b) since at least 2.0.
History
Date User Action Args
2008-12-08 17:01:49aronachersetrecipients: + aronacher, collinwinter, LambertDW, bhy
2008-12-08 17:01:49aronachersetmessageid: <1228755709.49.0.502996729468.issue2899@psf.upfronthosting.co.za>
2008-12-08 17:01:48aronacherlinkissue2899 messages
2008-12-08 17:01:48aronachercreate