Oct. 3, 2005
2:34 p.m.
On 10/3/05, M.-A. Lemburg <mal@egenix.com> wrote:
I'm not sure it's a sensible default.
Me neither, especially since this would make it impossible to write polymorphic code - e.g. ', '.join(list) wouldn't work anymore if list contains Unicode; dito for u', '.join(list) with list containing a string.
Sounds like what you want is exactly what I want to avoid (for those two types anyway). cheers,