[Python-Dev] bytes type discussion
"Martin v. Löwis"
martin at v.loewis.de
Wed Feb 15 20:04:07 CET 2006
More information about the Python-Dev mailing list
Wed Feb 15 20:04:07 CET 2006
- Previous message: [Python-Dev] bytes type discussion
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Adam Olsen wrote: > Making it an error to have 8-bit str literals in 2.x would help > educate the user that they will change behavior in 3.0 and not be > 8-bit str literals anymore. You would like to ban string literals from the language? Remember: all string literals are currently 8-bit (byte) strings. Regards, Martin
- Previous message: [Python-Dev] bytes type discussion
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list