]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport 1.72:
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 7 Nov 2002 00:28:54 +0000 (00:28 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 7 Nov 2002 00:28:54 +0000 (00:28 +0000)
SF bug 630824:  pydoc Helper keywords missing 'yield'
Wow, what a brittle subsystem!  Fixed, maybe, provided Fred doesn't
shuffle the docs around.

Lib/pydoc.py

index d377e401cc4ee6317efd35ebfbddf45522001feb..32c0a2814725a008246646210baa976a4f57eb60 100755 (executable)
@@ -1404,6 +1404,7 @@ class Helper:
         'return': ('ref/return', 'FUNCTIONS'),
         'try': ('ref/try', 'EXCEPTIONS'),
         'while': ('ref/while', 'break continue if TRUTHVALUE'),
+        'yield': ('ref/yield', ''),
     }
 
     topics = {