[Zope-Checkins] CVS: Zope/lib/python/StructuredText - STletters.py:1.6

Andreas Jung andreas@zope.com
Tue, 16 Oct 2001 08:46:12 -0400


Update of /cvs-repository/Zope/lib/python/StructuredText
In directory cvs.zope.org:/tmp/cvs-serv23842

Modified Files:
	STletters.py 
Log Message:
<a href="index_html">index_html</a> got transformed to
<a href="index<u>html">index</u>html</a> 
(reported by Amos)


=== Zope/lib/python/StructuredText/STletters.py 1.5 => 1.6 ===
 dbl_quoted_punc = punc_func("\"")
 strongem_punc = punc_func('*')
-under_punc = punc_func('_')
+under_punc = punc_func('_<>')
 phrase_delimiters = r'\s\.\,\?\/\!\&\(\)'