[Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.51,1.52

Tim Peters tim_one@users.sourceforge.net
Wed, 26 Sep 2001 15:39:24 -0700


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

Modified Files:
	pydoc.py 
Log Message:
Removed no-longer-true comment about pydoc working under all versions of
Python since 1.5 (virtually everything I changed over the last week relies
on "modern" features, particularly nested scopes).


Index: pydoc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pydoc.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** pydoc.py	2001/09/26 21:31:51	1.51
--- pydoc.py	2001/09/26 22:39:22	1.52
***************
*** 36,43 ****
  Mynd you, møøse bites Kan be pretty nasti..."""
  
- # Note: this module is designed to deploy instantly and run under any
- # version of Python from 1.5 and up.  That's why it's a single file and
- # some 2.0 features (like string methods) are conspicuously absent.
- 
  # Known bugs that can't be fixed here:
  #   - imp.load_module() cannot be prevented from clobbering existing
--- 36,39 ----