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 timcera
Recipients
Date 2004-08-11.13:12:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=169213

I put this back in distutils category instead of Python core.  I read over 
what I had written (and the response from kbk) and it is obvious that I 
wasn't clear. 
 
A Windows developer that uses distutils would be frustrated by their 
scripts not working on Unix/Linux because of the cr-lf endings, even if 
they had included the Unix/Linux '#!/usr/bin/env python' as the first 
line. 
 
I am asking that when _distutils_ installs an executable script that the 
line endings in each executable script are set to those appropriate for 
the target machine. 
 
In this way a Windows programer can ignore the line-ending formats of 
their scripts and distutils will quietly take care of the problem. 
 
sorry for the confusion and I hope that I have explained my idea 
better. 
History
Date User Action Args
2007-08-23 16:08:19adminlinkissue1004696 messages
2007-08-23 16:08:19admincreate