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 eric.araujo, higery, jhylton, santoso.wijaya, tarek, thomas.holmes
Date 2011-09-21.14:42:54
SpamBayes Score 4.1029846e-11
Marked as misclassified No
Message-id <1316616175.66.0.616959595583.issue828450@psf.upfronthosting.co.za>
In-reply-to
Content
> One cann't let Python generate MANIFEST files taking Unix-style LF as newline
> endings On Windows, I think.
Why?  Python can open it fine, and it’s not meant for human edition, so the stupidity of notepad.exe is not a problem <wink>.

> So, does it mean even though we have already made much effort for this bug, it
> still cann't make MANIFEST file on different platforms cross-platform?
The problem is that the docs never say that MANIFEST is cross-platform, so I’m not sure changing this qualify for a bug fix.  I have to find time to ask distutils-sig.

See also my point 1) in my previous message: the tests don’t test anything on non-Windows.

For d2 however we can change the MANIFEST format as we like.
History
Date User Action Args
2011-09-21 14:42:55eric.araujosetrecipients: + eric.araujo, jhylton, tarek, thomas.holmes, santoso.wijaya, higery
2011-09-21 14:42:55eric.araujosetmessageid: <1316616175.66.0.616959595583.issue828450@psf.upfronthosting.co.za>
2011-09-21 14:42:55eric.araujolinkissue828450 messages
2011-09-21 14:42:54eric.araujocreate