summaryrefslogtreecommitdiffstats
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 20:32:04 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 20:32:04 (GMT)
commitbeb9170cc47f94d405446e7de790c5a73ef9cf95 (patch)
tree7ce9b1aa6a5361499bfa89d9e4db8f8c5917a79e /Lib/pstats.py
parent5e3a19d80666b0dddef8f8a042ea1988910b61b3 (diff)
parent345fff3de82f29a8bbb8bdead8cda1c1e480d040 (diff)
downloadcpython-beb9170cc47f94d405446e7de790c5a73ef9cf95.zip
cpython-beb9170cc47f94d405446e7de790c5a73ef9cf95.tar.gz
cpython-beb9170cc47f94d405446e7de790c5a73ef9cf95.tar.bz2
Merge #12417 followup, also removing an extra docstring
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 f3c52d9..3dc61d6 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
#