[I18n-sig] Concatenation

Paul Prescod paulp@ActiveState.com
Wed, 07 Feb 2001 19:30:59 -0800


Would anyone out there that would object if this were allowed in Python
2.1:

>>> u"abc"+"\245"
u"abc\245"

I can vaguely (only vaguely) understand the arguments about casting when
passing high-bit data to a C-API but I wonder if anyone would argue that
the code above is ambiguous in its intent.

 Paul Prescod