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 higery
Recipients eric.araujo, higery, jhylton, tarek
Date 2011-04-15.15:33:29
SpamBayes Score 2.6228147e-10
Marked as misclassified No
Message-id <1302881609.82.0.904713210618.issue828450@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the test fails and the output msg is: 
AssertionError: '\\' unexpectedly found in '# file GENERATED by distutils, do NOT edit\nREADME\nsetup.py\nsomecode\\__init__.py\n'

It means that distutils generates MANIFEST with '\' as file path separator.

OK, I'll try to make the diff and patch against the dev environment to fix this bug ASAP.
History
Date User Action Args
2011-04-15 15:33:29higerysetrecipients: + higery, jhylton, tarek, eric.araujo
2011-04-15 15:33:29higerysetmessageid: <1302881609.82.0.904713210618.issue828450@psf.upfronthosting.co.za>
2011-04-15 15:33:29higerylinkissue828450 messages
2011-04-15 15:33:29higerycreate