Ah, you're right, it does look like a Jython bug.
When I run the code you provided above I get the error below, which
does show that it's a Jython issue.
Traceback (most recent call last):
File "t.py", line 13, in <module>
print attrgetter("bar.bat")(f)
AttributeError: 'Foo' object has no attribute 'bar.bat'
I'll let the Jython folks know.
Thanks for the fast response, you saved me a lot of head-banging and
code spelunking.
-Alex
--
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.