[Python-checkins] python/dist/src/Misc NEWS,1.960,1.961

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Wed Mar 24 16:57:12 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Enable the profiling of C functions (builtins and extensions)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.960
retrieving revision 1.961
diff -C2 -d -r1.960 -r1.961
*** NEWS	23 Mar 2004 23:16:52 -0000	1.960
--- NEWS	24 Mar 2004 21:57:09 -0000	1.961
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - Enabled the profiling of C extension functions (and builtins) - check
+   new documentation and modified profiler and bdb modules for more details
+ 
  - Set file.name to the object passed to open (instead of a new string)
  




More information about the Python-checkins mailing list