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.04:06:02
SpamBayes Score 7.0186765e-08
Marked as misclassified No
Message-id <1302840365.74.0.419112251172.issue828450@psf.upfronthosting.co.za>
In-reply-to
Content
I will join GSOC2011 and I find this bug is a good test for me to submit my patch as a scoring judgment.

I have created a diff file to confirm this bug, but setuptools may have already fix it, because when using 'python setup.py sdist' to create the source distribution, file paths in SOURCES.txt are correctly with '/' as separator. However, when running the test_sdist.py tests, the problem Jeremy raised exists. 

So, it means that distutils still has this problem, but setuptools fix it.
History
Date User Action Args
2011-04-15 04:06:05higerysetrecipients: + higery, jhylton, tarek, eric.araujo
2011-04-15 04:06:05higerysetmessageid: <1302840365.74.0.419112251172.issue828450@psf.upfronthosting.co.za>
2011-04-15 04:06:04higerylinkissue828450 messages
2011-04-15 04:06:04higerycreate