unicode .replace not working - why?

"Martin v. Löwis" martin at v.loewis.de
Mon Oct 13 01:17:29 EDT 2008


>   On a side note, do you really think the function call wouldn't interpret 
> the unichr before the function call?

Dennis' main point was not that you can reuse fn (which he suggested
just as performance improvement), but that you need to assign the result
of .replace back to textu.

Regards,
Martin



More information about the Python-list mailing list