[Python-checkins] python/dist/src/Misc ACKS, 1.285, 1.286 NEWS,
1.1162, 1.1163
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Thu Oct 14 12:02:10 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4862/Misc
Modified Files:
ACKS NEWS
Log Message:
Patch 1046644 - improved distutils support for SWIG.
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- ACKS 13 Oct 2004 15:54:17 -0000 1.285
+++ ACKS 14 Oct 2004 10:02:04 -0000 1.286
@@ -284,6 +284,7 @@
Jeremy Hylton
Mihai Ibanescu
Juan David Ibáñez Palomar
+Lars Immisch
Tony Ingraldi
John Interrante
Bob Ippolito
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1162
retrieving revision 1.1163
diff -u -d -r1.1162 -r1.1163
--- NEWS 13 Oct 2004 15:54:17 -0000 1.1162
+++ NEWS 14 Oct 2004 10:02:05 -0000 1.1163
@@ -47,6 +47,11 @@
Library
-------
+- Patch 1046644: distutils build_ext grew two new options - --swig for
+ specifying the swig executable to use, and --swig-opts to specify
+ options to pass to swig. --swig-opts="-c++" is the new way to spell
+ --swig-cpp.
+
- Patch 983206: distutils now obeys environment variable LDSHARED, if
it is set.
More information about the Python-checkins
mailing list