[issue13055] Distutils tries to handle null versions but fails

Ben Gamari report at bugs.python.org
Sun Oct 9 15:51:12 CEST 2011


Ben Gamari <bgamari at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13055>
_______________________________________


More information about the Python-bugs-list mailing list