b49696c Renew check-pyc-timestamps.py

Authored and Committed by churchyard 5 years ago
    Renew check-pyc-timestamps.py
    
    - rename it, the are no pyo files on Python 3
    - make sure to check all levels of pyc files optimization
    - use path globs
    - use comprehensions instead of map + filter
    - use f-strings and print() instead of sys.stderr.write()
    
        
file modified
+2 -2