[issue6884] Impossible to include file in sdist that starts with 'build' on Win32

Éric Araujo report at bugs.python.org
Sat Aug 14 00:20:59 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Attaching a unit test translation of Chris’ report. The test pass on POSIX (linux2), can someone test on win32?

Tracing the flow from sdist to filelist, it seems to be not a regex error but a logic error. A file explicitly added should not be removed by the exclude filter afterward.

----------
keywords: +patch
Added file: http://bugs.python.org/file18516/test-buildout-inclusion.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6884>
_______________________________________


More information about the Python-bugs-list mailing list