This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hanwen
Recipients cfriedt, hanwen, janneke-sf, lkcl, loewis, nzjrs, rmt38, rwmjones, scott.tsai
Date 2008-10-07.15:03:44
SpamBayes Score 0.002559549
Marked as misclassified No
Message-id <1223391835.13.0.417001535974.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
@Luke

the compiling strategy for Python (IIRC) is to compile everything,
including modules that will never work, and use compiler errors as a
signal to not include a module in the result. 

this is what I end up with for 2.4

./usr/bin/libpython2.4.dll
./usr/bin/imageop.dll
./usr/bin/_codecs_hk.dll
./usr/bin/_codecs_jp.dll
./usr/bin/_heapq.dll
./usr/bin/_random.dll
./usr/bin/cPickle.dll
./usr/bin/cStringIO.dll
./usr/bin/regex.dll
./usr/bin/collections.dll
./usr/bin/_locale.dll
./usr/bin/_testcapi.dll
./usr/bin/_codecs_tw.dll
./usr/bin/pyexpat.dll
./usr/bin/_hotshot.dll
./usr/bin/mmap.dll
./usr/bin/math.dll
./usr/bin/binascii.dll
./usr/bin/array.dll
./usr/bin/smtpd.py
./usr/bin/cmath.dll
./usr/bin/audioop.dll
./usr/bin/_codecs_kr.dll
./usr/bin/parser.dll
./usr/bin/itertools.dll
./usr/bin/_csv.dll
History
Date User Action Args
2008-10-07 15:03:57hanwensetrecipients: + hanwen, loewis, lkcl, janneke-sf, rmt38, scott.tsai, nzjrs, cfriedt, rwmjones
2008-10-07 15:03:55hanwensetmessageid: <1223391835.13.0.417001535974.issue1597850@psf.upfronthosting.co.za>
2008-10-07 15:03:52hanwenlinkissue1597850 messages
2008-10-07 15:03:47hanwencreate