• Éric Araujo's avatar
    Fix omission in test for packaging install_distinfo command. · f53cd890
    Éric Araujo yazdı
    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.
    f53cd890
test_command_install_distinfo.py 6.27 KB