[Checkins] SVN: zope.bugchecker/trunk/src/zope/bugchecker/bugchecker.py Get clickable URLs in the output.

Sidnei da Silva sidnei.da.silva at gmail.com
Wed Apr 14 18:30:12 EDT 2010


> +                link = ('https://bugs.launchpad.net/%s/+bug/%s'
> +                            % (self.project_name, bug_id))

You can actually link to the bug having an id only, by using
'http://launchpad.net/bugs/<bug-id>'. It's fine since you have a
project_name here to use it, but a nice tip anyway.

-- Sidnei


More information about the checkins mailing list