+1 QOTWOn 8/9/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
i for one welcome rabbits in my orderedproperties.anyway, patched in r1773, thanks.On Aug 9, 2006, at 2:10 PM, Kapil Thangavelu wrote: from sqlalchemy.util import OrderedProperties
>>> props = OrderedProperties()>>> 'rabbit' in props:>
i for one welcome rabbits in my orderedproperties.
anyway, patched in r1773, thanks.
On Aug 9, 2006, at 2:10 PM, Kapil Thangavelu wrote:
>
>>> from sqlalchemy.util import OrderedProperties
>>> props = OrderedProperties()
>>> 'rabbit' in props:
> True
>
> patch for OrderedProperties
>
> Index: ut
>> from sqlalchemy.util import OrderedProperties
>> props = OrderedProperties()
>> 'rabbit' in props:
True
patch for OrderedProperties
Index: util.py
===
--- util.py (revision 1770)
+++ util.py (working copy)
@@ -121,6 +121,
3 matches
Mail list logo