[Python-checkins] python/dist/src/Lib profile.py,1.53,1.54

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Tue Mar 23 14:19:24 EST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8093

Modified Files:
	profile.py 
Log Message:
Add runctx to __all__.


Index: profile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/profile.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** profile.py	23 Mar 2004 18:44:39 -0000	1.53
--- profile.py	23 Mar 2004 19:19:21 -0000	1.54
***************
*** 42,46 ****
  from optparse import OptionParser
  
! __all__ = ["run","help","Profile"]
  
  # Sample timer for use with
--- 42,46 ----
  from optparse import OptionParser
  
! __all__ = ["run", "runctx", "help", "Profile"]
  
  # Sample timer for use with




More information about the Python-checkins mailing list