> just habit ...i dont like one liners with ":", also makes it easy > to tack on conditionals...feel free to submit a patch for all those > if theyre really bothering you (i guarantee program speed /mem > usage will not budge in any measurable way). okay, these are few ~9-10.
u also have a habit to use .values()/.keys() on dictionaries, instead of itervalues(). i know, for some places it must be a copy, but not everywhere... Copying a list may be cheap but if one can go without it... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
