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, ncoghlan, tarek, tshepang
Date 2012-05-28.13:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338213510.88.0.671146042667.issue14915@psf.upfronthosting.co.za>
In-reply-to
Content
IIUC checking trove classifiers / requires-python or something else before installing may be a good idea, but this bug is about something else: a project can be half-installed.  You could reproduce it with a Python 2 project with one file containing a syntax error (I think unittest2 is an example, see #10530).
History
Date User Action Args
2012-05-28 13:58:30eric.araujosetrecipients: + eric.araujo, ncoghlan, tarek, alexis, tshepang
2012-05-28 13:58:30eric.araujosetmessageid: <1338213510.88.0.671146042667.issue14915@psf.upfronthosting.co.za>
2012-05-28 13:58:30eric.araujolinkissue14915 messages
2012-05-28 13:58:30eric.araujocreate