[issue22142] PEP 465 operators not described in lexical_analysis

2014-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0bc58b4c0562 by Benjamin Peterson in branch 'default': add matrix multiplication operator to correct lists (closes #22142) http://hg.python.org/cpython/rev/0bc58b4c0562 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: o

[issue22142] PEP 465 operators not described in lexical_analysis

2014-08-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker ___ ___ Pyth

[issue22142] PEP 465 operators not described in lexical_analysis

2014-08-05 Thread Martin v . Löwis
New submission from Martin v. Löwis: As a side comment in #21972, it was noted that @= is not currently documented as an assignment operator. In addition, @ is mentioned as a delimiter, but not as an operator. https://docs.python.org/3.5/reference/lexical_analysis.html -- messages: 22