This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: improving distutils swig support - documentation
Type: Stage:
Components: Distutils Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: epcylon, fdrake, georg.brandl, larsimmisch
Priority: normal Keywords:

Created on 2004-10-14 10:38 by larsimmisch, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
swigdoc.patch larsimmisch, 2004-10-14 10:38 distutils swig support documentation patch
Messages (4)
msg22691 - (view) Author: Lars Immisch (larsimmisch) Date: 2004-10-14 10:38
This patch updates the documentation of distutils to
describe the new swig_opts Extension keyword argument
and the new --swig-opts commandline option.

The --swig and --swig-cpp commandline options are not
mentioned.

This patch belongs to patch 1046644 or:

http://sourceforge.net/tracker/index.php?func=detail&aid=1046644&group_id=5470&atid=105470
msg22692 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-10-14 14:01
Logged In: YES 
user_id=3066

This looks fine to go in after the 2.4b1 release; it's too late to 
change the docs for that one (the tarball has already been built). 
msg22693 - (view) Author: Morten Lied Johansen (epcylon) Date: 2007-04-24 08:26
Err... did this patch ever get in? (I've been looking in the docs for this information, but couldn't find it anywhere)
msg22694 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-05-12 21:07
Committed as rev. 55287, 55288 (2.5).
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41020
2004-10-14 10:38:47larsimmischcreate