From d18b6e2c8d18ad97eff72c2fc7a07e4b95df90de Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 11 Jun 2016 00:59:00 +0100 Subject: [PATCH] Python module loading documentation tweaks --- Doc/Manual/Contents.html | 6 +++ Doc/Manual/Python.html | 80 +++++++++++++++++++++++----------------- 2 files changed, 53 insertions(+), 33 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index ffb467c35a7..b75da40e3ce 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1595,6 +1595,12 @@

36 SWIG and Python

  • Enforcing absolute import semantics
  • Importing from __init__.py
  • Implicit Namespace Packages +
  • Searching for the wrapper module +
  • Python 3 Support
  • Python 3 Support