This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients akuchling, docs@python, gpolo, ncoghlan, terry.reedy
Date 2011-12-15.02:06:25
SpamBayes Score 2.8145803e-05
Marked as misclassified No
Message-id <1323914787.82.0.905702258784.issue2134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-15 02:06:27terry.reedysetrecipients: + terry.reedy, akuchling, ncoghlan, gpolo, docs@python
2011-12-15 02:06:27terry.reedysetmessageid: <1323914787.82.0.905702258784.issue2134@psf.upfronthosting.co.za>
2011-12-15 02:06:25terry.reedylinkissue2134 messages
2011-12-15 02:06:25terry.reedycreate