Éric Araujo <mer...@netwok.org> added the comment: This regex bug was actually already known. Please follow up on the other report.
> As an aside, it seems that the failing test from issue 13193 was > actually correct, and that the library itself was broken. Yes. filelist operates in this way: it builds a list of all files in a tree (creating allfiles, which thus uses native path separators), then edits this list according to the MANIFEST.in commands (where the patterns must be transformed to a regex that uses native separators). So the test was right in using os.path.join, and the regex was not right to always use '/'. ---------- resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> Impossible to include file in sdist that starts with 'build' on Win32 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14004> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com