[Distutils] setuptools 0.6c5 released :(

Jon Nelson jnelson-distutils at securepipe.com
Tue Jan 9 22:34:58 CET 2007


Phillip J. Eby wrote:
> I found some upload and bdist related issues while uploading 0.6c4, so I've 
> fixed them and released 0.6c5.

I found a bug in 0.6c5:

setuptools/command/bdist_rpm.py is missing an import:

from distutils.sysconfig import get_python_version

get_python_version is used but never defined.





More information about the Distutils-SIG mailing list