[Zope-Checkins] CVS: Zope/lib/python/StructuredText - DocumentClass.py:1.35
Andreas Jung
andreas@zope.com
Wed, 17 Oct 2001 15:15:49 -0400
Update of /cvs-repository/Zope/lib/python/StructuredText
In directory cvs.zope.org:/tmp/cvs-serv20545
Modified Files:
DocumentClass.py
Log Message:
added test and fix to protect __literal__ to be changed by STXNG
underline code (patch by Sean Bowman)
=== Zope/lib/python/StructuredText/DocumentClass.py 1.34 => 1.35 ===
'doc_strong',
'doc_emphasize',
- 'doc_underline',
'doc_literal',
+ 'doc_underline',
'doc_sgml',
'doc_xref',
]