Commit 3686db10 authored by Georg Brandl's avatar Georg Brandl

merge with 3.3

parents b68b970a f6d6347f
......@@ -278,7 +278,7 @@ expect a function argument.
return resolve_attr(obj, attr)
else:
def g(obj):
return tuple(resolve_att(obj, attr) for attr in items)
return tuple(resolve_attr(obj, attr) for attr in items)
return g
def resolve_attr(obj, attr):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment