diferences between 22 and python 23

Skip Montanaro skip at pobox.com
Thu Dec 4 09:33:51 EST 2003


    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?

Skip





More information about the Python-list mailing list