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 docs@python, emilyemorehouse, mark.dickinson, mbussonn, pablogsal, terry.reedy, xtreak
Date 2019-05-31.21:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559339703.9.0.0510544498351.issue37082@roundup.psfhosted.org>
In-reply-to
Content
The augmented assignment symbol, like that for plain assignment, is not, properly speaking, an operator.  But it definitely is a symbol that needs to be documented.

1. Generally update the help symbol list.

2. Document :=, assignment expression, in the regular docs, but I found nothing.

':=' should be on https://docs.python.org/3.8/genindex-Symbols.html just ':(colon)'.

'expression' should be listed under 'assignment on
https://docs.python.org/3.8/genindex-A.html

I think 'assignment' should be listed under 'expression' on
https://docs.python.org/3.8/genindex-E.html

I could not find anything in the expressions chapter.
History
Date User Action Args
2019-05-31 21:55:03terry.reedysetrecipients: + terry.reedy, mark.dickinson, docs@python, mbussonn, emilyemorehouse, pablogsal, xtreak
2019-05-31 21:55:03terry.reedysetmessageid: <1559339703.9.0.0510544498351.issue37082@roundup.psfhosted.org>
2019-05-31 21:55:03terry.reedylinkissue37082 messages
2019-05-31 21:55:03terry.reedycreate