[Python-Dev] Bug or feature? Unicode vs t#

Tim Peters tim.one@home.com
Thu, 11 Oct 2001 13:11:18 -0400


[Paul Prescod]
> What is the use case for treating a Unicode object as if it were a
> buffer of bytes by translating it to the default encoding?

Obviously, so that you can pass it to binascii.hexlify() <wink>.

uselessly y'rs  - tim