diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-27 16:35:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-27 16:35:13 (GMT) |
commit | 06b3ddea2353d815936a04133f798b359f059d5b (patch) | |
tree | 1ec57b808c1a19c7f21a935d593a7b63351b7b49 /Tools | |
parent | 0a4e98bf136b384aeea7c30c4ed997953b90fb11 (diff) | |
download | cpython-06b3ddea2353d815936a04133f798b359f059d5b.zip cpython-06b3ddea2353d815936a04133f798b359f059d5b.tar.gz cpython-06b3ddea2353d815936a04133f798b359f059d5b.tar.bz2 |
Drop information about 2.4 DLLs.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 4347d53..50bec04 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -122,11 +122,6 @@ extensions = [ '_ctypes_test.pyd' ] -if major+minor <= "24": - extensions.extend([ - 'zlib.pyd', - ]) - # Well-known component UUIDs # These are needed for SharedDLLs reference counter; if # a different UUID was used for each incarnation of, say, |