On Jan 31, 1:28 pm, svilen <[EMAIL PROTECTED]> wrote:
> another things i noted:
>  - using  "value.lower() == value" instead of value.islower()

ha

>>> x = "27"
>>> x.islower()
False
>>> x.lower() == x
True

breaks a lot of tests too


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to