On Sunday, March 29, 2015 at 9:47:00 AM UTC+5:30, Ian wrote: > On Sat, Mar 28, 2015 at 9:05 AM, Mario Figueiredo wrote: > > Neiter the language. The dot symbol is a delimiter in the python > > grammar. Not an operator. And also defined as a delimiter in the > > official documentation, right after operators. > > What does it matter? How '.' is lexed when it appears on its own > should make no difference to the lexing of '.='.
Some circularity here: "How sth is lexed" "sth appears on its own" [except for 1-char/1-token programs!!] -- https://mail.python.org/mailman/listinfo/python-list