id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
5644,t.p.reflect.fullyQualifiedName doesn't support method descriptors.,dreid,dreid,"{{{
>>> fullyQualifiedName(set.add)
'add'
}}}

when the correct FQN is {{{__builtin__.set.add}}}

{{{namedAny}}} already does the right thing when handed {{{__builtin__.set.add}}}

{{{
>>> namedAny('__builtin__.set.add')
<method 'add' of 'set' objects>
}}}",enhancement,new,normal,,core,,,,branches/fullyQualifiedName-methoddescriptor-5644-2,dreid,
