New submission from Éric Araujo <mer...@netwok.org>: The list_distinfo_files method does not fulfills its mission. I changed the test file to be more stupid (and therefore not use high-level functions that we can’t trust) when building the expected list and discovered that list_distinfo_files returned too many files!
I would need someone to test the attached patch on Windows to see if I need to replace '/' in self.path or not (the code before the XXX comment). ---------- assignee: eric.araujo components: Distutils2 messages: 142469 nosy: alexis, eric.araujo, higery, michael.mulich priority: high severity: normal stage: patch review status: open title: list_distinfo_file is wrong type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12785> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com