mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
SF bug 630824: pydoc Helper keywords missing 'yield'
Wow, what a brittle subsystem! Fixed, maybe, provided Fred doesn't shuffle the docs around. Bugfix candidate.
This commit is contained in:
parent
edc853e2f4
commit
fb05c4e5bb
1 changed files with 1 additions and 0 deletions
|
@ -1406,6 +1406,7 @@ class Helper:
|
|||
'return': ('ref/return', 'FUNCTIONS'),
|
||||
'try': ('ref/try', 'EXCEPTIONS'),
|
||||
'while': ('ref/while', 'break continue if TRUTHVALUE'),
|
||||
'yield': ('ref/yield', ''),
|
||||
}
|
||||
|
||||
topics = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue