LaTeX for example uses the underscore for subscripts and the ^ for the
superscript. This is not acceptable, since  Python (and almost all
languages) uses [] for subscript, and ^ in Python is the XOR logical
operator.
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/JQRHVSFZTEHQHFTEILKV5DJUGMK4OI4I/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to