summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e4ad2a..8b38832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2019,6 +2019,11 @@ Extension modules
Library
-------
+- Added a new module: cProfile, a C profiler with the same interface as the
+ profile module. cProfile avoids some of the drawbacks of the hotshot
+ profiler and provides a bit more information than the other two profilers.
+ Based on "lsprof" (patch #1212837).
+
- Bug #1266283: The new function "lexists" is now in os.path.__all__.
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects