[ZCM] [ZC] 207/ 1 Request "Misplaced paren in StructuredText DocumentClass"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Sat, 09 Feb 2002 03:32:29 -0500
Issue #207 Update (Request) "Misplaced paren in StructuredText DocumentClass"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/207
==============================================================
= Request - Entry #1 by sreeves on Feb 9, 2002 3:32 am
Uploaded: "patch"
- http://collector.zope.org/Zope/207/patch/view
The doc_inner_link method of DocumentClass in both
StructuredText/DocumentClass.py and
StructuredText/ClassicDocumentClass.py has a misplaced
parenthesis in the first call to StructuredTextInnerLink.
This calls it with the wrong number of arguments, so an
exception occurs.
The attached patch corrects this in both files.
==============================================================