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 ncoghlan
Recipients alexis, eric.araujo, ncoghlan, tarek
Date 2012-05-25.14:52:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337957545.29.0.422035789743.issue14914@psf.upfronthosting.co.za>
In-reply-to
Content
After approving the pyvenv PEP, I decided to play around with the other big packaging enhancement in 3.3: pysetup.

The following command installed distribute:

    pysetup3.3 -n install distribute

The "-n" *should* have caused that to be a dry run, but it actually installed the module.
History
Date User Action Args
2012-05-25 14:52:25ncoghlansetrecipients: + ncoghlan, tarek, eric.araujo, alexis
2012-05-25 14:52:25ncoghlansetmessageid: <1337957545.29.0.422035789743.issue14914@psf.upfronthosting.co.za>
2012-05-25 14:52:24ncoghlanlinkissue14914 messages
2012-05-25 14:52:24ncoghlancreate