[issue37082] Assignment expression symbol (walrus) not in built-in help()

2021-08-22 Thread Mark Dickinson


Change by Mark Dickinson :


--
nosy:  -mark.dickinson

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37082] Assignment expression symbol (walrus) not in built-in help()

2020-07-25 Thread Guido van Rossum


Guido van Rossum  added the comment:

We might get more help with this issue if the process of updating the help() 
output were better documented. I recently looked into what it would take to add 
"FSTRINGS" to the "topics" list, and it's quite complicated -- I only 
persevered after stepping through pydoc.help() using pdb. I wrote up a few tips 
in issue41045.

--
nosy: +gvanrossum

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37082] Assignment expression symbol (walrus) not in built-in help()

2019-05-31 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

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.

--
nosy: +terry.reedy
title: Assignment expression operator (walrus) not in built-in help() -> 
Assignment expression symbol (walrus) not in built-in help()

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com