This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Adam.Groszer, cjw296, eric.araujo, tarek
Date 2010-08-13.22:20:56
SpamBayes Score 0.0015667026
Marked as misclassified No
Message-id <1281738059.88.0.582992949597.issue6884@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-13 22:21:00eric.araujosetrecipients: + eric.araujo, cjw296, tarek, Adam.Groszer
2010-08-13 22:20:59eric.araujosetmessageid: <1281738059.88.0.582992949597.issue6884@psf.upfronthosting.co.za>
2010-08-13 22:20:58eric.araujolinkissue6884 messages
2010-08-13 22:20:57eric.araujocreate