Binary compatibility across Python versions?

P

Philip Semanchuk

Hi all,
Does Python guarantee binary compatibility across major, minor and/or
micro versions? I looked through the docs and even with Google's help
I wasn't able to find any official statements on this subject.


Specifically, I'm concerned with binaries created by SWIG for a C++
library that our project uses. We'd like to ship precompiled binaries
for Linux, OS X and Windows for Python 2.5 and 2.6. I'm hoping that it
is sufficient to create binaries for each Python for each platform (3
* 2 == 6 total precompiled binaries).

Thanks for any advice and pointers to official documentation on the
subject.

Cheers
Philip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top