Ezio Melotti <ezio.melo...@gmail.com> added the comment:

URLs and issue numbers are converted by Roundup directly[0], all the other 
Python-specific linkifications are done in an extension[1].  The tests for the 
extension are in [3].  URLs are always converted to links, so the regexes in 
the extensions should figure out when a string is part of an URL and don't 
convert it to link.

[0]: 
http://svn.python.org/view/tracker/roundup-src/roundup/cgi/templating.py?view=markup
 (in StringHTMLProperty)
[1]: 
http://svn.python.org/view/tracker/instances/python-dev/extensions/local_replace.py?view=markup
[2]: http://svn.python.org/view/tracker/instances/python-dev/extensions/test/

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue407>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to