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 mbussonn
Recipients docs@python, mbussonn
Date 2019-05-28.18:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559067983.32.0.880606504508.issue37082@roundup.psfhosted.org>
In-reply-to
Content
Do the following at a Python prompt: 
```
>>> help()

Welcome to Python 3.8's help utility!

[...]SNIP

help> symbols

Here is a list of the punctuation symbols which Python assigns special meaning
to. Enter any symbol to get more help.

!=                  +                   <=                  __
"                   +=                  <>                  `
"""                 ,                   ==                  b"
%                   -                   >                   b'
%=                  -=                  >=                  f"
&                   .                   >>                  f'
&=                  ...                 >>=                 j
'                   /                   @                   r"
'''                 //                  J                   r'
(                   //=                 [                   u"
)                   /=                  \                   u'
*                   :                   ]                   |
**                  <                   ^                   |=
**=                 <<                  ^=                  ~
*=                  <<=                 _
```

Oh no ! Our favorite `:=` is missing :-(
History
Date User Action Args
2019-05-28 18:26:23mbussonnsetrecipients: + mbussonn, docs@python
2019-05-28 18:26:23mbussonnsetmessageid: <1559067983.32.0.880606504508.issue37082@roundup.psfhosted.org>
2019-05-28 18:26:23mbussonnlinkissue37082 messages
2019-05-28 18:26:23mbussonncreate