Message337957
| 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:29 | Harry Seeber | set | recipients: + Harry Seeber, eric.araujo, dstufft |
| 2019-03-14 23:15:29 | Harry Seeber | set | messageid: <1552605329.57.0.55093575927.issue36296@roundup.psfhosted.org> |
| 2019-03-14 23:15:29 | Harry Seeber | link | issue36296 messages |
| 2019-03-14 23:15:29 | Harry Seeber | create | |