[ZCM] [ZC] 207/ 2 Resolve "Misplaced paren in StructuredText DocumentClass"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Sun, 10 Feb 2002 14:35:04 -0500


Issue #207 Update (Resolve) "Misplaced paren in StructuredText DocumentClass"
 Status Resolved, Zope/bug+solution medium
To followup, visit:
  http://collector.zope.org/Zope/207

==============================================================
= Resolve - Entry #2 by ajung on Feb 10, 2002 2:35 pm

 Status: Pending => Resolved

Thanks for the patch. I applied it to the 2.5 branch and 
trunk.

Andreas
________________________________________
= 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.

==============================================================