Bengt Richter wrote:
> If str becomes unicode for PY 3000, and we then have bytes as out
> coding-agnostic
> byte data, then I think bytes should have the str translation method, with a
> tweak
> that I would hope could also be done to str now.
>
> BTW, str.translate will presumably become unico
If str becomes unicode for PY 3000, and we then have bytes as out
coding-agnostic
byte data, then I think bytes should have the str translation method, with a
tweak
that I would hope could also be done to str now.
BTW, str.translate will presumably become unicode.translate, so
perhaps unicode.tr