Issue 590352: py2texi.el update - Python tracker (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/36971

classification

Title: py2texi.el update
Type: Stage:
Components: Documentation Versions: Python 2.3

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: doko, fdrake
Priority: normal Keywords: patch

Created on 2002-08-02 20:27 by doko, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py2texi.patch doko,2002-08-02 20:27
info-patch doko,2002-08-06 22:22
info-patch-2 fdrake,2002-09-19 20:57 Updated patch, with addtional markup support.
Messages (4)
msg40778 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-08-02 20:27
[python2.3 (and python2.2)] Attached is a patch from Milan Zamazal to update py2texi.el: - allow to set the info file name - correctly generate code for nodes like: \subsubsection{File Objects\obindex{file} \label{bltin-file-objects}}
msg40779 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-08-06 22:22
Logged In: YES user_id=60903 An updated patch, which now matches Milan's version.
msg40780 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-09-19 20:57
Logged In: YES user_id=3066 I've attached my revised patch that adds support for some additioanal markup constructs beyond the previous version of the patch. Taken relative to the CVS HEAD.
msg40781 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-11-13 19:33
Logged In: YES user_id=3066 I've committed the revised version of this patch as: Doc/info/Makefile 1.8 Doc/tools/mkinfo 1.4 Doc/tools/py2texi.el 1.2 I'm sure there are things that need fixing, but it'll take specific reports and patches to get that done -- I just don't have the time available. Sorry for taking so long!
History
Date User Action Args
2022-04-10 16:05:33 admin set github: 36971
2002-08-02 20:27:10 doko create