Gabriel Genellina schrieb:
> That's a good thing - but is this just by accident, or is documented
> somewhere?

It's documented somewhere (although I can't find the documentation
right now - it explains how you can link object files from a static
library compiled with an older compiler version against a new version
of the C library).

> I remember that I tried something like that in the past, and failed.
> (Perhaps earlier versions where not fully backwards compatible - or I
> didn't try hard enough that time).

It's been that way for ages, atleast since they started to support
32-bit code. So if you had problems, they might have had a different
source.

It's a different thing for the C++ libraries, though.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to