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 xiang.zhang
Recipients martin.panter, ned.deily, xiang.zhang
Date 2016-09-04.13:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472997301.01.0.101495326843.issue27950@psf.upfronthosting.co.za>
In-reply-to
Content
After more study, I think we can do just as what I have pointed out as the problem, ': #...". This can make us have an indent comment that won't be evaluated by the shell. And we only need to add @ before it so it won't be echoed.

As for the part you comment, Martin, if we have to rely on the exit status, I'm afraid there is nothing we can do.
History
Date User Action Args
2016-09-04 13:55:01xiang.zhangsetrecipients: + xiang.zhang, ned.deily, martin.panter
2016-09-04 13:55:01xiang.zhangsetmessageid: <1472997301.01.0.101495326843.issue27950@psf.upfronthosting.co.za>
2016-09-04 13:55:00xiang.zhanglinkissue27950 messages
2016-09-04 13:55:00xiang.zhangcreate