summaryrefslogtreecommitdiff
path: root/scripts/driver
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/driver')
-rw-r--r--scripts/driver4
1 files changed, 2 insertions, 2 deletions
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):