Code review comment for lp:~bjornt/launchpad/public-paste

Revision history for this message
Björn Tillenius (bjornt) wrote :

Change utilities/paste to use pastebin.ubuntu.com by default.

It's still possible to paste to pastebin.canonical.com by passing the -p
flag.

There's a hack in the code to remove the HTTPRobotRulesProcessor.
handler. We need to remove it, since pastebin.ubuntu.com doesn't allow.
any robots to access the site, so browser.open() fails. It's not trivial
to have zope.browser create a mechanize object without that processor to
begin with.

--
Björn Tillenius | https://launchpad.net/~bjornt

« Back to merge proposal