[issue24794] PyZipFile mixes compiled files from different python versions.

2015-08-05 Thread Amund Hov
New submission from Amund Hov: In my project I have a mixture of scripts using Python 2.7 and 3.4. Some of the scripts using python 3.4 are packaged into archives using PyZipFile. Through some combination I ended up with 2.7 compiled packages in my archive when packaging using python 3.4. In

[issue24792] zipimporter masks import errors

2015-08-05 Thread Amund Hov
Changes by Amund Hov : -- type: behavior -> enhancement ___ Python tracker <http://bugs.python.org/issue24792> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24792] zipimporter masks import errors

2015-08-05 Thread Amund Hov
New submission from Amund Hov: Due to mixed version .pyc files in my zipped python application I was getting inconsistent loading of certain packages. E.g. n [4]: zf.find_module('kitconsole') Out[4]: In [5]: zf.load_module(&