[CMF-checkins] CVS: Products/CMFCore - utils.py:1.16

Tres Seaver tseaver@zope.com
Thu, 30 Aug 2001 13:42:22 -0400


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv6895

Modified Files:
	utils.py 
Log Message:
 - Allow URLs with query strings in links. 

=== Products/CMFCore/utils.py 1.15 => 1.16 ===
         ] + _STXDWI.text_types
     
-    _URL_AND_PUNC = r'([a-zA-Z0-9_\@\.\,\?\!\/\:\;\-\#\~]+)'
+    _URL_AND_PUNC = r'([a-zA-Z0-9_\@\.\,\?\=\&\+\!\/\:\;\-\#\~]+)'
     def doc_href( self
                 , s
                 , expr1 = re.compile( _STXDWI._DQUOTEDTEXT