From 7b1b2e177f7f7cfe9498133cf920f0fc7177e3d7 Mon Sep 17 00:00:00 2001 From: Mike Romberg Date: Tue, 7 Jun 2016 15:28:40 -0600 Subject: [PATCH 1/2] Add documentation about how foo.py finds/loads _foo for python. --- Doc/Manual/Python.html | 112 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 83baa1a475f..e19aae9a9e1 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -117,6 +117,7 @@

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
  • Python 3 Support