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: Walrus operator not in help
Type: behavior Stage: resolved
Components: Documentation, Interpreter Core Versions: Python 3.11, Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Assignment expression symbol (walrus) not in built-in help()
View: 37082
Assigned To: docs@python Nosy List: AlexWaygood, Mahdi, docs@python
Priority: normal Keywords:

Created on 2022-02-28 00:01 by Mahdi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
walrus.png Mahdi, 2022-02-28 00:01
Messages (2)
msg414168 - (view) Author: MahdiZojaji (Mahdi) Date: 2022-02-28 00:01
Walrus oprator := not in help("symbols")
and help(":=") does not work.
msg414311 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2022-03-01 22:29
Thanks for the report! I think this is a duplicate of Issue37082.
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 91032
2022-03-01 22:30:45AlexWaygoodsetstatus: open -> closed
2022-03-01 22:30:25AlexWaygoodsetstatus: pending -> open
superseder: Assignment expression symbol (walrus) not in built-in help()
2022-03-01 22:29:40AlexWaygoodsetstatus: open -> pending

nosy: + AlexWaygood
messages: + msg414311

resolution: duplicate
stage: needs patch -> resolved
2022-03-01 21:54:30ned.deilysetversions: + Python 3.11
nosy: + docs@python

assignee: docs@python
components: + Documentation
stage: needs patch
2022-02-28 00:01:24Mahdicreate