From df6cccdf6392d1d6b13caa4b62b9526aa361a2db Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 3 Aug 1998 22:59:06 +0000 Subject: Guess again :-) --- scripts/driver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/driver') diff --git a/scripts/driver b/scripts/driver index 77edcf517..6b20f4f93 100644 --- a/scripts/driver +++ b/scripts/driver @@ -25,8 +25,8 @@ import sys # Useful for debugging. When an error occurs, this attaches the file name to -# the exception string and re-raises (using the bogus Python 1.5 semantics) -# this is unnecessary in Python 1.5.2. +# the exception string and re-raises. This will be unnecessary in Python +# 1.5.2, which also does sensible things to most os module functions. realopen = open def open(filename, mode='r', bufsize=-1, realopen=realopen): -- cgit v1.3.1