[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPeg 0.10
- From: Nick Gammon <nick@...>
- Date: Wed, 10 Nov 2010 08:40:56 +1100
On 04/11/2010, at 4:50 AM, Roberto Ierusalimschy wrote:
> LPeg version 0.10 is out:
>
> http://www.inf.puc-rio.br/~roberto/lpeg/
>
>
> * Changes from version 0.9 to 0.10
If I may just point out, doing either a string or numeric comparison, version 0.10 is a lower version than 0.9.
print ("0.10" > "0.9") --> false
print (0.10 > 0.9) --> false