fc47978 - Don't ship documentation in the python*/site-packages

Authored and Committed by mitr 18 years ago
    - Don't ship documentation in the python*/site-packages
    - Rely on redhat-rpm-config for .py[co] generation
    - Backport a fix for spurious warnings about divisions
    - Disable warning about mismatch of implicit and explicit returns, it has
        too many false positives with Python 2.4
    - Fix handling of functions with no known return value
    - Fix handling of tuple literals
    
        
file modified
+25 -11