Re: gl Multiple versions of python

2008-10-28 Thread James Mills
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

Re: gl Multiple versions of python

2008-10-28 Thread Steve Holden
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?