Package: cython Version: 0.13-1 Severity: minor "cython --help" says that "-r" implies "-t", but doesn't explain what "-r" does: $ cython --help 2>&1 | grep -- -r -t, --timestamps Only compile newer source files (implied with -r) -- Jakub Wilk