Allowing non-ASCII identifiers
"Martin v. Löwis"
martin at v.loewis.de
Tue Feb 10 14:14:48 EST 2004
More information about the Python-list mailing list
Tue Feb 10 14:14:48 EST 2004
- Previous message (by thread): Allowing non-ASCII identifiers
- Next message (by thread): Allowing non-ASCII identifiers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Prescod wrote: > You are right. Re-reading Guido's complaint I understand what you mean. > But I have heard the argument in the past that Unicode source files > would break introspection tools. If that isn't a concern this time > around then disregard my suggestion. That might be a problem, indeed. OTOH, those tools likely also break if you use non-ASCII byte strings for identifiers. Regards, Martin
- Previous message (by thread): Allowing non-ASCII identifiers
- Next message (by thread): Allowing non-ASCII identifiers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list