commit | 37ccd6f794539e0678b7a7ad938e571cc73e106c | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Sep 15 18:18:51 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Thu Sep 15 18:18:51 2011 +0200 |
tree | 0cd580cc92f8921801406a44eb94ff52eb85d852 | |
parent | 86ca04ccc72820b3233f0010ad4c6f91208a7e18 [diff] |
Fix packaging.database.Distribution.list_distinfo_files (#12785). This method was supposed to return only the file under the dist-info directory, but it actually returned all installed files. The tests didn’t catch this because they were flawed; I updated them. Thanks to Nadeem Vawda and Jeremy Kloth for testing. As a bonus, the removal of os.path.relpath use should also fix the Windows buildbots.