summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-08-03 22:59:06 +0000
committerbwarsaw1998-08-03 22:59:06 +0000
commitdf6cccdf6392d1d6b13caa4b62b9526aa361a2db (patch)
tree65e88574917b054292f018b14f53d031cc6a770e
parent91c89105bc9aeef123f5367aad83348c67549293 (diff)
downloadmailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.tar.gz
mailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.tar.zst
mailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.zip
-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):