From: Guido van Rossum Date: Tue, 28 May 1996 23:09:09 +0000 (+0000) Subject: removed history comment X-Git-Tag: v1.4b1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c998825bd0cfb029bfa0ad274d1b96d8c30cd14;p=thirdparty%2FPython%2Fcpython.git removed history comment --- diff --git a/Lib/traceback.py b/Lib/traceback.py index c13f005981dc..8d2dfdc379f1 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