[CMF-checkins] CVS: CMF/CMFCollector - CollectorIssue.py:1.11
   
    Ken Manheimer
     
    klm@zope.com
       
    Thu, 18 Oct 2001 13:03:38 -0400
    
    
  
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv4440
Modified Files:
	CollectorIssue.py 
Log Message:
Cosmetic - don't wrap the URL of uploaded stuff in parens, to avoid
impeding mouse cut-and-paste by recipients.
=== CMF/CMFCollector/CollectorIssue.py 1.10 => 1.11 ===
                                  text)
         else:
-            text = uploadexp.sub(r'\1 "\2" (%s/\2/view)' % self.absolute_url(),
+            text = uploadexp.sub(r'\1 "\2" - %s/\2/view'
+                                 % self.absolute_url(),
                                  text)
             text = string.replace(text, "<hr>", "-" * 62)
         return text