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 nnorwitz
Recipients
Date 2003-02-10.20:20:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

The change for 2.3 was on purpose.  See
Objects/stringobject.c 2.184 which fixed SF bug 595350.

Hmmm, unicode doesn't even do it right in 2.2.2+

>>> u"x".replace("", "a")
u'xaa'

Not sure what to do to fix for 2.2.3. :-(
History
Date User Action Args
2007-08-23 15:20:20adminlinkissue680863 messages
2007-08-23 15:20:20admincreate