diff options
| author | bwarsaw | 1998-08-03 22:59:06 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-08-03 22:59:06 +0000 |
| commit | df6cccdf6392d1d6b13caa4b62b9526aa361a2db (patch) | |
| tree | 65e88574917b054292f018b14f53d031cc6a770e | |
| parent | 91c89105bc9aeef123f5367aad83348c67549293 (diff) | |
| download | mailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.tar.gz mailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.tar.zst mailman-df6cccdf6392d1d6b13caa4b62b9526aa361a2db.zip | |
| -rw-r--r-- | scripts/driver | 4 |
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): |
