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 loewis
Recipients eckhardt, loewis
Date 2009-01-11.18:49:53
SpamBayes Score 0.0005879781
Marked as misclassified No
Message-id <1231699795.17.0.801413710014.issue4915@psf.upfronthosting.co.za>
In-reply-to
Content
The S_ISDIR test is to prevent the case

  python < /etc

Is it really possible to invoke Python in such a way on CE? If not, it
would be better if the entire test wasn't performed on CE. If it does
get performed, I think it would be better if the code kept a matching
number of parentheses (i.e. don't incorporate the opening curly bracket
into the conditional).
History
Date User Action Args
2009-01-11 18:49:55loewissetrecipients: + loewis, eckhardt
2009-01-11 18:49:55loewissetmessageid: <1231699795.17.0.801413710014.issue4915@psf.upfronthosting.co.za>
2009-01-11 18:49:54loewislinkissue4915 messages
2009-01-11 18:49:53loewiscreate