torsava / rpms / python3

Forked from rpms/python3 6 years ago
Clone

b2fa007 Fixed .pyc bytecompilation

Authored and Committed by torsava 7 years ago
1 file changed. 9 lines added. 7 lines removed.
    Fixed .pyc bytecompilation
    
    - Updated .pyc 'bytecompilation with the newly installed interpreter' to also
      recompile optimized .pyc files
    - Removed .pyo 'bytecompilation with the newly installed interpreter', as .pyo
      files are no more
    - Resolves rhbz#1373635
    
        
file modified
+9 -7