Terry J. Reedy <tjre...@udel.edu> added the comment:

I believe that that list includes all symbols and symbol combinations that are 
syntactically significant in expressions. This is the generalized meaning of 
'operator' that is being used. What do not appear are '#' which marks comments, 
'_' which is a name char, and '\' which escapes chars within strings. Other 
symbols within strings will also not be marked as OP tokens. The non-syntactic 
symbols '$' and '?' are also omitted.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to