On Wed, Oct 29, 2008 at 11:50 AM, Glenn Linderman <[EMAIL PROTECTED]> wrote:
>>> When using multiple versions of Python co-installed on the same system,
>>> what happens with local .pyc files? If the .py is loaded with a
>>> different version of Python, is the .pyc rebuilt (even if the .py hasn't
Glenn Linderman wrote:
> When using multiple versions of Python co-installed on the same system,
> what happens with local .pyc files? If the .py is loaded with a
> different version of Python, is the .pyc rebuilt (even if the .py hasn't
> changed)?
>
> Or must one manually delete the .pyc files?