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 ajaksu2, ceder, eric.araujo, fdrake, kbk, mhammond, paul.moore, tarek, tim.peters, timcera
Date 2010-09-30.01:10:18
SpamBayes Score 0.00046956766
Marked as misclassified No
Message-id <1285809020.85.0.813692641766.issue870479@psf.upfronthosting.co.za>
In-reply-to
Content
> it's possible that the #! line processing may rely on \n line endings
It does.  Python on POSIX can import modules with CLRF, but the shebang machinery can’t parse the first line to get the interpreter to run.  Does anyone object about changing that?

Re: generating scripts, I’m moving from -0.5 to +0.  I think this requires a bit of summing up previous discussions (bug reports, emails, pros and cons here and there) so I won’t get to it for weeks or months, but someone else is free to do it.  I suggest opening a new feature request and linking to it from here.
History
Date User Action Args
2010-09-30 01:10:21eric.araujosetrecipients: + eric.araujo, tim.peters, mhammond, fdrake, kbk, paul.moore, ceder, ajaksu2, timcera, tarek
2010-09-30 01:10:20eric.araujosetmessageid: <1285809020.85.0.813692641766.issue870479@psf.upfronthosting.co.za>
2010-09-30 01:10:19eric.araujolinkissue870479 messages
2010-09-30 01:10:18eric.araujocreate