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, bgamari, eric.araujo, tarek
Date 2011-10-10.15:38:13
SpamBayes Score 1.9151726e-06
Marked as misclassified No
Message-id <1318261094.02.0.0749187178182.issue13055@psf.upfronthosting.co.za>
In-reply-to
Content
> The bug was encountered while trying to install a package. As it turns
> out, a dependency was incorrectly installed, resulting in a null
> version being passed around which quickly caused a crash in setup.py.
> While this is definitely not a normal circumstance, the fact that this
> bug existed made finding the issue substantially more time consuming.
I agree.  You don’t happen to have the log available, do you?

> If the constructor of the LooseVersion can accept None, then so should
> its other members.
Sure.  From a quick glance, we need to fix __str__ and _cmp.
History
Date User Action Args
2011-10-10 15:38:14eric.araujosetrecipients: + eric.araujo, tarek, bgamari, alexis
2011-10-10 15:38:14eric.araujosetmessageid: <1318261094.02.0.0749187178182.issue13055@psf.upfronthosting.co.za>
2011-10-10 15:38:13eric.araujolinkissue13055 messages
2011-10-10 15:38:13eric.araujocreate