diferences between 22 and python 23

Martin v. Löwis martin at v.loewis.de
Thu Dec 4 14:23:17 EST 2003


Skip Montanaro <skip at pobox.com> writes:

>     Martin> A change that might happen in the future is this: A string
>     Martin> literal does not create an instance of <type 'str'>, but an
>     Martin> instance of <type 'unicode'>. However, IMO, this should only
>     Martin> happen after a syntax for byte string literals has been
>     Martin> introduced.
> 
> b"..." anyone?

The PEP suggesting this was withdrawn.

Regards,
Martin




More information about the Python-list mailing list