diff options
-rw-r--r-- | Lib/traceback.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |