summaryrefslogtreecommitdiff
path: root/Examples/python
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-05 11:23:58 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-05 11:23:58 +0100
commit53ff928688951de86e2e3cfae830da46681a9410 (patch)
tree694da5b6c88455b485813d695d079501bf0e4f65 /Examples/python
parent2ea01f349d76239d36bec2ef493b8df25c73da17 (diff)
downloadswig-53ff928688951de86e2e3cfae830da46681a9410.tar.gz
Examples readme file tweak
Diffstat (limited to 'Examples/python')
-rw-r--r--Examples/python/import_packages/split_modules/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/Examples/python/import_packages/split_modules/README b/Examples/python/import_packages/split_modules/README
index 6776ec40f..0cb543e8a 100644
--- a/Examples/python/import_packages/split_modules/README
+++ b/Examples/python/import_packages/split_modules/README
@@ -1,12 +1,7 @@
- These examples/tests are for when the swig generated wrapper module is split
+ These examples/tests are for when the SWIG generated wrapper module is split
between two packages. Specifically the pure python part is part of a package
-and the C/C++ part is not in any package at all. Historically swig has
+and the C/C++ part is not in any package at all. Historically SWIG has
supported this sort of thing.
-
- The -builtin option is tested as well because additional import code
-is generated by swig when it is used. The builtin tests are for this
-additional code in the python wrappers.
-
vanilla # "plane Jane" module both halves in pkg1
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace