[Python-checkins] python/dist/src/Misc NEWS,1.958,1.959

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Tue Mar 23 13:44:42 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Added command line options for profile.py - one for stats output file
and one for sort order when using stdout.  Uses optparse.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.958
retrieving revision 1.959
diff -C2 -d -r1.958 -r1.959
*** NEWS	22 Mar 2004 20:12:56 -0000	1.958
--- NEWS	23 Mar 2004 18:44:39 -0000	1.959
***************
*** 291,294 ****
--- 291,297 ----
  -------
  
+ - Added two new command-line arguments for profile (output file and
+   default sort).
+ 
  - Added global runctx function to profile module
  




More information about the Python-checkins mailing list