This seems like a breezy bug - I'm not sure there's much we can do about it in Launchpad itself. As far as I can see, urllib.request.Request tries to set self.selector, but breezy.transport.http._ConnectRequest defines selector as a read-only property. Jelmer, does this seem familiar?
This seems like a breezy bug - I'm not sure there's much we can do about it in Launchpad itself. As far as I can see, urllib. request. Request tries to set self.selector, but breezy. transport. http._ConnectRe quest defines selector as a read-only property. Jelmer, does this seem familiar?