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 pitrou
Recipients DLitz, Natalia, barry, eric.araujo, piotr, pitrou, tarek
Date 2012-12-10.18:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355165664.04.0.26290093754.issue14894@psf.upfronthosting.co.za>
In-reply-to
Content
> As far as a real-world example is concerned, if you're using
> git-describe to generate your version numbers, you can pretty easily
> end up with something like "ab25c6fe95ee92fac3187dcd90e0560ccacb084a".

And how are you supposed to compare that with anything else?

I think `V("a") > V("b")` should raise TypeError in Python 3.
History
Date User Action Args
2012-12-10 18:54:24pitrousetrecipients: + pitrou, barry, tarek, eric.araujo, piotr, Natalia, DLitz
2012-12-10 18:54:24pitrousetmessageid: <1355165664.04.0.26290093754.issue14894@psf.upfronthosting.co.za>
2012-12-10 18:54:24pitroulinkissue14894 messages
2012-12-10 18:54:23pitroucreate