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 Arfrever, DLitz, Natalia, YP, barry, eric.araujo, ncoghlan, piotr, pitrou, samuel.lai, tarek
Date 2018-10-19.17:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539970497.81.0.788709270274.issue14894@psf.upfronthosting.co.za>
In-reply-to
Content
I am inclined to reject the patch.

LooseVersion is not meant to be a general utility for all modules; I know it’s used in the wild but projects should define their parsing/comparison function or make up a specific module for that.

If the problem happens from distutils or pip when comparing real distributions that really define version='a' and version='1', then modern setuptools or flit or twine will warn about that.
History
Date User Action Args
2018-10-19 17:34:57eric.araujosetrecipients: + eric.araujo, barry, ncoghlan, pitrou, tarek, Arfrever, piotr, Natalia, DLitz, samuel.lai, YP
2018-10-19 17:34:57eric.araujosetmessageid: <1539970497.81.0.788709270274.issue14894@psf.upfronthosting.co.za>
2018-10-19 17:34:57eric.araujolinkissue14894 messages
2018-10-19 17:34:57eric.araujocreate