This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author inyeol
Recipients
Date 2002-08-23.08:26:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python 2.2.1 (#1, Apr 10 2002, 18:25:16) 
[GCC 2.95.3 20010315 (release)] on sunos5

>>> class U(unicode): pass
>>> U(u'abc').replace('ab', '__', 0)
u'__c'

-Inyeol Lee
History
Date User Action Args
2007-08-23 14:05:11adminlinkissue599128 messages
2007-08-23 14:05:11admincreate