Imitiating buttfly in being explicitly typed
authorEd Page <eopage@byu.net>
Sat, 29 May 2010 00:34:18 +0000 (19:34 -0500)
committerEd Page <eopage@byu.net>
Sat, 29 May 2010 00:34:18 +0000 (19:34 -0500)
commitafa4cdb64e451070cf87cc02f257c582fa057f53
tree4dd9dee575582bfb1c2a8003bc1ba980f986e72b
parent5e4f5b50cd8eaacfd47c8082125b984a890bf150
Imitiating buttfly in being explicitly typed

From there commit message
"""
    Be explicit about data types in methods that produce contact attributes
    Previously, the wrong type was returned for SimplePresence/presence.
    Until telepathy-glib 0.11.3, this was masked by the fact that TpContact
    would respond to missing or wrongly-typed information in the result of
    GetContactAttributes by falling back to a slower path. This is no longer
    done, meaning that all Butterfly contacts appear to have UNKNOWN presence.
"""
src/aliasing.py
src/contacts.py
src/simple_presence.py