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 andersjm
Recipients
Date 2004-06-22.13:07:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python 2.3.3 on W2K

Run
   python setup.py install
then delete a .py-file from setup.py and from the
Python installation, then run
   python setup.py install
again.

Now the removed .py-file will be reinstalled -
presumably because there's still a copy in build/lib.
History
Date User Action Args
2008-01-20 09:56:59adminlinkissue977470 messages
2008-01-20 09:56:59admincreate