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
|
@ -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…
Reference in New Issue