[Python-checkins] python/dist/src/Lib pydoc.py,1.56.8.6,1.56.8.7

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 06 Nov 2002 16:28:57 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv19319/Lib

Modified Files:
      Tag: release22-maint
	pydoc.py 
Log Message:
Backport 1.72:
SF bug 630824:  pydoc Helper keywords missing 'yield'
Wow, what a brittle subsystem!  Fixed, maybe, provided Fred doesn't
shuffle the docs around.


Index: pydoc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pydoc.py,v
retrieving revision 1.56.8.6
retrieving revision 1.56.8.7
diff -C2 -d -r1.56.8.6 -r1.56.8.7
*** pydoc.py	7 Oct 2002 17:09:25 -0000	1.56.8.6
--- pydoc.py	7 Nov 2002 00:28:54 -0000	1.56.8.7
***************
*** 1405,1408 ****
--- 1405,1409 ----
          'try': ('ref/try', 'EXCEPTIONS'),
          'while': ('ref/while', 'break continue if TRUTHVALUE'),
+         'yield': ('ref/yield', ''),
      }