Re: [Zope-dev] SVN: zope.bugchecker/trunk/src/zope/bugchecker/bugchecker.py Get clickable URLs in the output.

2010-04-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: +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'.

Re: [Zope-dev] SVN: zope.bugchecker/trunk/src/zope/bugchecker/bugchecker.py Get clickable URLs in the output.

2010-04-15 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/15/10 09:58 , Tres Seaver wrote: Sidnei da Silva wrote: +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