Aaron Bingham wrote:

> .pyc files are platform-independant but are incompatible between major Python 
> versions.

"are incompatible" should be "may be incompatible"

you can use imp.get_magic() to get a string that identifies the bytecode version
supported by the current interpreter; any interpreter with the same string can 
run
your bytecode.

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to