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 bgamari
Recipients alexis, bgamari, eric.araujo, tarek
Date 2011-10-09.13:51:11
SpamBayes Score 0.00010276341
Marked as misclassified No
Message-id <1318168272.03.0.0134766537166.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. If the constructor of the LooseVersion can accept None, then so should its other members.
History
Date User Action Args
2011-10-09 13:51:12bgamarisetrecipients: + bgamari, tarek, eric.araujo, alexis
2011-10-09 13:51:12bgamarisetmessageid: <1318168272.03.0.0134766537166.issue13055@psf.upfronthosting.co.za>
2011-10-09 13:51:11bgamarilinkissue13055 messages
2011-10-09 13:51:11bgamaricreate