[Python-checkins] python/dist/src/Misc NEWS,1.964,1.965

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Apr 7 12:03:07 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
note --trackcalls flag in trace module


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.964
retrieving revision 1.965
diff -C2 -d -r1.964 -r1.965
*** NEWS	4 Apr 2004 08:51:41 -0000	1.964
--- NEWS	7 Apr 2004 16:03:02 -0000	1.965
***************
*** 304,307 ****
--- 304,310 ----
  -------
  
+ - Added countcallers arg to trace.Trace class (--trackcalls command line arg
+   when run from the command prompt).
+ 
  - Fixed a caching bug in platform.platform() where the argument of 'terse' was
    not taken into consideration when caching value.




More information about the Python-checkins mailing list