summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-05-28 23:09:09 (GMT)
committerGuido van Rossum <guido@python.org>1996-05-28 23:09:09 (GMT)
commit3c998825bd0cfb029bfa0ad274d1b96d8c30cd14 (patch)
tree0fb965fe74b91fe80ed7c37e06d79024ee7b9805 /Lib
parent2539528810e844c9ee293bb46b4deb58a9e38447 (diff)
downloadcpython-3c998825bd0cfb029bfa0ad274d1b96d8c30cd14.zip
cpython-3c998825bd0cfb029bfa0ad274d1b96d8c30cd14.tar.gz
cpython-3c998825bd0cfb029bfa0ad274d1b96d8c30cd14.tar.bz2
removed history comment
Diffstat (limited to 'Lib')
-rw-r--r--Lib/traceback.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/traceback.py b/Lib/traceback.py
index c13f005..8d2dfdc 100644
--- a/Lib/traceback.py
+++ b/Lib/traceback.py
@@ -1,7 +1,4 @@
# Format and print Python stack traces
-#
-# updated to take optional "file" named parameter
-# by Tommy Burnette, 9/20/95
import linecache
import string