diff options
author | Skip Montanaro <skip@pobox.com> | 2006-03-25 14:12:03 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2006-03-25 14:12:03 (GMT) |
commit | 4ec3c2695265d070d14b4f8c6c9573e77aab6086 (patch) | |
tree | 95d6ad55c23a623df606c91e9c46cecd7365b895 | |
parent | baf05b7e09fa7f83292f7384025e94b116da00c0 (diff) | |
download | cpython-4ec3c2695265d070d14b4f8c6c9573e77aab6086.zip cpython-4ec3c2695265d070d14b4f8c6c9573e77aab6086.tar.gz cpython-4ec3c2695265d070d14b4f8c6c9573e77aab6086.tar.bz2 |
Found this in an old email message from Hartmut Goebel.
-rw-r--r-- | Python/import.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/import.c b/Python/import.c index e58dbd5..9d63891 100644 --- a/Python/import.c +++ b/Python/import.c @@ -40,6 +40,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *); Python 1.5: 20121 Python 1.5.1: 20121 Python 1.5.2: 20121 + Python 1.6: 50428 Python 2.0: 50823 Python 2.0.1: 50823 Python 2.1: 60202 |