summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 22:56:24 +0200
committerÉric Araujo <merwok@netwok.org>2011-07-28 22:56:24 +0200
commitee19c772cb5795cb3e435a6f85634f05bf3248a4 (patch)
tree7d1b6e8a04a696191839825ed756d7aa26808a40 /Lib/pstats.py
parent8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d (diff)
downloadcpython-git-ee19c772cb5795cb3e435a6f85634f05bf3248a4.tar.gz
Remove mentions of previous license in profile module docs (#12417 followup).
Also remove 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 3d802af428..74360e38db 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
#