Update of /projects/cvsroot/distutils/distutils/command In directory thrak:/home/gward/python/distutils/distutils/command Modified Files: build_ext.py Log Message: Changed 'build_extensions()' so 'sources' can be a list or tuple; and call CCompiler method 'compile()' with 'include_dirs' not 'includes'. Fixed stupid typo in 'get_source_files()'.