commit | c45289cb8138d8747561bb5633ac4c17bad3e40a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 24 22:27:16 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 24 22:27:16 1996 +0000 |
tree | 32347df2d571883fd391b8a40225875bc821d76e | |
parent | 52cf578382cf6cca2c9cf4e1de5d495276cf982d [diff] [blame] |
The usual :-(
diff --git a/Lib/dos-8x3/py_compi.py b/Lib/dos-8x3/py_compi.py index 2e68ba8..fba7b1d 100755 --- a/Lib/dos-8x3/py_compi.py +++ b/Lib/dos-8x3/py_compi.py
@@ -16,7 +16,7 @@ f = open(file) codestring = f.read() f.close() - timestamp = os.stat(file)[8] + timestamp = long(os.stat(file)[8]) codeobject = __builtin__.compile(codestring, file, 'exec') if not cfile: cfile = file + 'c'