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 ned.deily
Recipients alexis, darabos, eric.araujo, ned.deily, r.david.murray, tarek, techtonik
Date 2012-09-09.20:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347224225.12.0.103306378089.issue15419@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me this is just a special case of the more general issue of building multiple versions of the same distribution, say with multiple versions of Python 2.  In general, anytime you change your build environment, you should start with no existing build directory. That's just good practice.  Distutils doesn't keep track of every change you might make in a build environment between invocations of setup.py.  I suggest that this be closed as "won't fix".
History
Date User Action Args
2012-09-09 20:57:05ned.deilysetrecipients: + ned.deily, techtonik, tarek, eric.araujo, r.david.murray, alexis, darabos
2012-09-09 20:57:05ned.deilysetmessageid: <1347224225.12.0.103306378089.issue15419@psf.upfronthosting.co.za>
2012-09-09 20:57:04ned.deilylinkissue15419 messages
2012-09-09 20:57:04ned.deilycreate