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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c998825bd0cfb029bfa0ad274d1b96d8c30cd14;p=python removed history comment --- diff --git a/Lib/traceback.py b/Lib/traceback.py index c13f005981..8d2dfdc379 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