[Python-checkins] python/dist/src/Misc NEWS,1.1002,1.1003

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Jun 17 22:47:26 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
allow developers to more easily build a profiling version of the interpreter
and modules by configuring with the --enable-profiling flag.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -C2 -d -r1.1002 -r1.1003
*** NEWS	14 Jun 2004 07:40:08 -0000	1.1002
--- NEWS	18 Jun 2004 02:47:22 -0000	1.1003
***************
*** 516,519 ****
--- 516,522 ----
  -----
  
+ - Profiling using gprof is now available if Python is configured with
+   --enable-profiling.
+ 
  - Profiling the VM using the Pentium TSC is now possible if Python
    is configured --with-tsc.




More information about the Python-checkins mailing list