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

SourceForge.net noreply at sourceforge.net
Sun Aug 8 15:56:59 CEST 2004


Bugs item #948881, was opened at 2004-05-06 09:42
Message generated for change (Settings changed) made by anthonybaxter
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: Closed
>Resolution: Fixed
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.

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

Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-08-08 19:45

Message:
Logged In: YES 
user_id=469548

Revision 1.17 fixed the SyntaxErrors. It's still not the
most robust script but it's basically working again.

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

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