Jean Jordaan wrote: > Hi there > > In install_setuptools I read: "(only called if setuptools is not > installed on the system)". > However, the only call to install_setuptools is unconditional, and it > wants to install a local copy of setuptools although I have it > installed. Which is wrong, the docstring or the code?
Probably the docstring, as I found the conditional installation of setuptools problematic and specifically removed it (setuptools is always installed); I guess I forgot to update the docstring at the same time. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
