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 eric.araujo
Recipients alexis, eric.araujo, python-dev, tarek
Date 2011-07-29.13:47:44
SpamBayes Score 5.5181175e-08
Marked as misclassified No
Message-id <1311947265.49.0.0355517279121.issue12222@psf.upfronthosting.co.za>
In-reply-to
Content
I committed my patch, except for one change in the run action.  It returns the dist.Distribution instance, which is needed by test_uninstall and not trivial to fix.  I tried changing the code to use Distribution and command objects directly but suddenly the --prefix option was not respected, so I stopped after a few tries.
History
Date User Action Args
2011-07-29 13:47:45eric.araujosetrecipients: + eric.araujo, tarek, alexis, python-dev
2011-07-29 13:47:45eric.araujosetmessageid: <1311947265.49.0.0355517279121.issue12222@psf.upfronthosting.co.za>
2011-07-29 13:47:44eric.araujolinkissue12222 messages
2011-07-29 13:47:44eric.araujocreate