Clean up Python embed.i

Remove duplicate (aside from comment formatting) embed15.i.

Remove references to Python 1.5.

Tested and remarkably still works with Python 2.7, so update
documentation and comments to reflect that.
This commit is contained in:
Olly Betts 2016-01-27 19:01:49 +13:00
commit 72691e5a49
4 changed files with 10 additions and 131 deletions

View file

@ -15,7 +15,6 @@ complex.i C99 or C++ complex type
cstring.i Various forms of C character string handling
cwstring.i Various forms of C wchar_t string handling
embed.i embedding the Python interpreter in something else
embed15.i embedding the Python interpreter in something else
file.i FILE C type
implicit.i Allow the use of implicit C++ constructors
wchar.i wchar_t C type