[Python-checkins] r42278 - peps/trunk/pep-0356.txt
neal.norwitz
python-checkins at python.org
Thu Feb 9 04:59:47 CET 2006
Author: neal.norwitz
Date: Thu Feb 9 04:59:44 2006
New Revision: 42278
Modified:
peps/trunk/pep-0356.txt
Log:
Add note about the new cProfile module
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Thu Feb 9 04:59:44 2006
@@ -55,6 +55,9 @@
- new hashlib module add support for SHA-224, -256, -384, and -512
(replaces old md5 and sha modules)
+ - new cProfile module suitable for profiling long running applications
+ with minimal overhead
+
Planned features for 2.5
More information about the Python-checkins
mailing list