• Éric Araujo's avatar
    Fix omission in test for packaging install_distinfo command. · 60c54390
    Éric Araujo authored
    The code does not write checksum or file length for .pyc and .pyo in the RECORD
    file, in compliance with PEP 376, but the test forgot to take .pyo into
    account.  This was not caught because there were no .pyo in the checkout, but
    after installing there are .pyo files created by compileall, and the test picks
    them up.
    60c54390
test_command_install_distinfo.py 6.27 KB