mirror of https://github.com/python/cpython
merge with 3.3
This commit is contained in:
commit
3686db104c
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue