[Python-Dev] Importing .pyc in -O mode and vice versa (original) (raw)
Wolfgang Langner tds333+pydev at gmail.com
Mon Nov 6 13🔞37 CET 2006
- Previous message: [Python-Dev] Importing .pyc in -O mode and vice versa
- Next message: [Python-Dev] Importing .pyc in -O mode and vice versa
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Why not only import *.pyc files and no longer use *.pyo files.
It is simpler to have one compiled python file extension. PYC files can contain optimized python byte code and normal byte code.
-- bye by Wolfgang
- Previous message: [Python-Dev] Importing .pyc in -O mode and vice versa
- Next message: [Python-Dev] Importing .pyc in -O mode and vice versa
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]