Ned Deily added the comment:

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".

----------
nosy: +ned.deily
versions:  -Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15419>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to