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.23:22:07
SpamBayes Score 0.018389575
Marked as misclassified No
Message-id <1281741729.4.0.529413691998.issue6884@psf.upfronthosting.co.za>
In-reply-to
Content
Test by haypo on win32:
- ['README', 'setup.py', 'somecode\\__init__.py']
?                                 ^^

+ ['README', 'buildout.cfg', 'setup.py', 'somecode/__init__.py']
?           ++++++++++++++++                      ^

The bug is confirmed. I’ll use os.sep to silence the second error, and look into test_filelist and filelist itself to fix it.
History
Date User Action Args
2010-08-13 23:22:09eric.araujosetrecipients: + eric.araujo, cjw296, tarek, Adam.Groszer
2010-08-13 23:22:09eric.araujosetmessageid: <1281741729.4.0.529413691998.issue6884@psf.upfronthosting.co.za>
2010-08-13 23:22:08eric.araujolinkissue6884 messages
2010-08-13 23:22:07eric.araujocreate