[Zope-Checkins] CVS: Packages/StructuredText  - StructuredText.py:1.14
   
    klm@digicool.com
     
    klm@digicool.com
       
    Wed, 10 Mar 1999 20:35:21 -0500
    
    
  
Update of /cvs-repository/Packages/StructuredText
In directory aldous:/projects/users/klm/lib/python/StructuredText
Modified Files:
	StructuredText.py 
Log Message:
Fixed a small typo, and refined the module docstring link example, in
order to do a checkin to exercise the CVS repository mirroring.  Might 
as well include my last checkin message, with some substantial stuff:
Links are now recognized whether or not the candidate strings are
terminated with punctuation before the trailing whitespace.  The old
form - trailing punctuation then whitespace - is preserved, but the
punctuation is now unnecessary.
The regular expressions are a bit more complicated, but i've factored
out the common parts and but them in variables with suggestive names,
which may make them easier to understand.