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:
Tim Peters 2002-10-30 05:21:00 +00:00
parent edc853e2f4
commit fb05c4e5bb
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {