Bugs item #1568429, was opened at 2006-09-30 20:49 Message generated for change (Comment added) made by zseil You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1568429&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.5 >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Arkadiusz Miskiewicz (arekm) Assigned to: Nobody/Anonymous (nobody) Summary: broken info files generation Initial Comment: Hi, Currently make -C Doc/info will not work. There are bugs in *.tex files which prevent py2texinfo from working. Also even after fixing these there are some weird constructs which later make makeinfo go mad. Take a look at http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/python- info.patch which has some fixes for that. This one is important: - level=1\optional{, parent\optional\{, directory\optional{, - attributes=0}}}} + level=1\optional{, parent\optional{, directory\optional{, + attributes=0}}}}} - unmatched {} + one wrongly quoted { The other thing is using quote enviroment which is unknown to py2texinfo - change it to quotation. ---------------------------------------------------------------------- >Comment By: Žiga Seilnacht (zseil) Date: 2007-03-24 17:40 Message: Logged In: YES user_id=1326842 Originator: NO This is a duplicate of bug #1595164: http://www.python.org/sf/1595164 ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2006-10-02 17:06 Message: Logged In: YES user_id=21627 Can you please attach your proposed change as an "svn diff" for the version you are referring to? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1568429&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com