[Python-checkins] python/dist/src/Misc NEWS,1.1257,1.1258

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:39:50 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patch #645894: Use getrusage for computing the time consumption in
profile.py if available.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1257
retrieving revision 1.1258
diff -u -d -r1.1257 -r1.1258
--- NEWS	3 Mar 2005 11:22:41 -0000	1.1257
+++ NEWS	3 Mar 2005 11:39:45 -0000	1.1258
@@ -64,6 +64,9 @@
 Library
 -------
 
+- Patch #645894: Use getrusage for computing the time consumption in 
+  profile.py if available.
+
 - Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
 
 - Patch #1117454: Remove code to special-case cookies without values



More information about the Python-checkins mailing list