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.

classification
Title: PEP 465 operators not described in lexical_analysis
Type: Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, loewis, python-dev
Priority: normal Keywords:

Created on 2014-08-05 16:01 by loewis, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg224849 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-08-05 16:01
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
msg224992 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-08-07 05:50
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
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66340
2014-08-07 05:50:34python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg224992

resolution: fixed
stage: resolved
2014-08-05 17:46:02pitrousetassignee: docs@python

components: + Documentation
nosy: + docs@python
2014-08-05 16:01:20loewiscreate