summaryrefslogtreecommitdiffstats
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 21:00:14 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 21:00:14 (GMT)
commitfc662ddda2bfd43b10c0a4f8a814e36445f22515 (patch)
tree1bbabdc256f21254d529e1cb88e2a0bbf7d40ec5 /Lib/pstats.py
parentf5e10d1f70f4ff923c9b5f868ba508b545b4851e (diff)
parentee19c772cb5795cb3e435a6f85634f05bf3248a4 (diff)
downloadcpython-fc662ddda2bfd43b10c0a4f8a814e36445f22515.zip
cpython-fc662ddda2bfd43b10c0a4f8a814e36445f22515.tar.gz
cpython-fc662ddda2bfd43b10c0a4f8a814e36445f22515.tar.bz2
Merge profile docs followup (#12417) from 3.1
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r--Lib/pstats.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py
index 8a025cd..3f0add2 100644
--- a/Lib/pstats.py
+++ b/Lib/pstats.py
@@ -1,13 +1,9 @@
"""Class for printing reports on profiled python code."""
-# Class for printing reports on profiled python code. rev 1.0 4/1/94
-#
# Written by James Roskind
# Based on prior profile module by Sjoerd Mullender...
# which was hacked somewhat by: Guido van Rossum
-"""Class for profiling Python code."""
-
# Copyright Disney Enterprises, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement
#