=== JanC is now known as Guest51396 === JanC_ is now known as JanC === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [23:34] Hi. One "method" in the api has descrption "Link to distro_arch_archive" ( https://launchpad.net/+apidoc/1.0.html#distro_arch_series ) [23:34] In python, this attribute is just a string, an url [23:34] How can I make turn into another object on which I can get attributes like I can from a dictionary? (via launchpadlib) [23:35] s/make turn into/turn it into/ [23:36] I've called getPublishedBinaries() on some archive, I'm iterating these entries and each has entry.distro_arch_archive [23:36] Now I wish I could call entry.distro_arch_archive.display_name, but the distro_arch_archive attribute is just a string