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 Harry Seeber
Recipients Harry Seeber, dstufft, eric.araujo
Date 2019-03-14.23:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552605329.57.0.55093575927.issue36296@roundup.psfhosted.org>
In-reply-to
Content
The self.version used in Version._cmp is a List in LooseVersion's implementation, a Tuple in StrictVersion's implementation. Attempting to compare Strict & Loose versions results in a TypeError.

I'd like to PR a fix, but I'd like to know if I'm being stupid first :)
History
Date User Action Args
2019-03-14 23:15:29Harry Seebersetrecipients: + Harry Seeber, eric.araujo, dstufft
2019-03-14 23:15:29Harry Seebersetmessageid: <1552605329.57.0.55093575927.issue36296@roundup.psfhosted.org>
2019-03-14 23:15:29Harry Seeberlinkissue36296 messages
2019-03-14 23:15:29Harry Seebercreate