[issue828450] sdist generates bad MANIFEST on Windows

higery report at bugs.python.org
Fri Apr 15 06:06:05 CEST 2011


higery <shoulderhigher at gmail.com> added the comment:

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.

----------
keywords: +patch
nosy: +higery
Added file: http://bugs.python.org/file21667/test_sdist.diff

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


More information about the Python-bugs-list mailing list