On Nov 19, 2007 6:09 PM, David M. Cooke <[EMAIL PROTECTED]> wrote: > My opinion is that it's not necessary, or correct. The fix leaves > quotes in if there is no whitespace, so '"Hi"' is converted to > ['"Hi"'], while '"Hi there"' becomes ['Hi there']. I can't see when > you'd want that behaviour. > > Also, it's only used by ccompiler (numpy.distutils.ccompiler replaces > the version in distutils.ccompiler). numpy.distutils.fcompiler > *doesn't* use this version, it uses distutils.utils.split_quoted. > Since we run into more variety in terms of command lines with the > Fortran compilers than the C compilers I think, and haven't been > bitten by supposedly-bad quoting problems, I'll say we don't need our > version.
I think you are right, so I went ahead and removed the code: http://scipy.org/scipy/numpy/changeset/4481 Both NumPy and SciPy build just fine on my system. If anyone has any problems, please let me know ASAP. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
