[ python-Bugs-948881 ] texi2html.py not working

SourceForge.net noreply at sourceforge.net
Wed May 5 19:42:58 EDT 2004


Bugs item #948881, was opened at 2004-05-06 08:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=948881&group_id=5470

Category: Demos and Tools
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: texi2html.py not working

Initial Comment:
Tools/scripts/texi2html.py have several syntactic 
problems(inproper indent level, unclosed brace, etc) and 
raises a SyntaxError.

For example, at line 809
  self.write(self.FN_SOURCE_PATTERN % {'id': repr(id))
should read
  self.write(self.FN_SOURCE_PATTERN % {'id': repr(id)})

Looks like Revision 1.14 to 1.16 introduced these bugs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=948881&group_id=5470



More information about the Python-bugs-list mailing list