>> But you're making a strawman argument by using extended ASCII
>> characters that would work anyhow. How about debugging this (I wonder
>> will it even make it through?) :
>>
>> class 6자회담관련론조
>>    6자회 = 0
>>    6자회담관련 고귀 명=10
> 
>    That would be invalid syntax since the third line is an assignment
> with target identifiers separated only by spaces.

Plus, the identifier starts with a number (even though 6 is not DIGIT
SIX, but FULLWIDTH DIGIT SIX, it's still of category Nd, and can't
start an identifier).

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to