Launchpad plugin broken
John Arbash Meinel
john at arbash-meinel.com
Thu Nov 5 16:52:51 GMT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin (gzlist) wrote:
> I've had various problems with launchpad today, at least one of them
> is bazaar's fault. Python 2.4 is broken by Revision 4782, specifically
> this commit:
>
> <http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/revision/4782/bzrlib/plugins/launchpad/lp_registration.py>
>
> The new XMLRPCTransport class has:
>
> xmlrpclib.Transport.__init__(self, use_datetime=use_datetime)
>
> However, xmlrpclib.Transport is a classic class, and the change that
> added the __init__ method only landed for 2.5:
>
> <http://svn.python.org/view/python/branches/release25-maint/Lib/xmlrpclib.py?r1=38462&r2=38877>
>
> I've also been having trouble with non-logged in access to launchpad.
> Earlier in the day it was hanging for minutes before I could even get
> pdb up (as I was trying to do work then I didn't investigate beyond
> seeing it was in _urllib2_wrappers). Just now it was telling me that
> lp:~jameinel/bzr/2.1.0b3-win32-shell-completion wasn't a branch, and
> now it's done "Unable to handle http code 502: Bad Gateway".
>
> Martin
>
>
The problems accessing Launchpad are because codehosting is having
problems right now after an upgrade. See
http://twitter.com/launchpadstatus
As for the __init__ stuff... shame. I suppose we can put something like:
if sys.version > (2,4):
# Python2.4 did not define __init__
Can you test something like that, and make sure it works? We also need
to get PQM running 2.4 again (it was upgraded recently, and the
'default' python changed.)
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkrzAuMACgkQJdeBCYSNAANKXACfWHjuUZ8DVq4qTqPyt6PiPGjb
1PcAoMWuWc+qWAy1dw4vGApobfq99d4F
=O5i1
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list