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 martin.panter
Recipients martin.panter, ned.deily, xiang.zhang
Date 2016-09-05.01:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473037516.16.0.224791810677.issue27950@psf.upfronthosting.co.za>
In-reply-to
Content
I think

<Tab>@# Comment

would be just as good as (and slightly clearer than)

<Tab>@: # Comment

They would both invoke the shell. The first has no command and just a shell comment; the second has a no-op command (:) with a comment. Let me know if you agree @# would be okay.

I can’t think of a simple solution for the pybuilddir.txt rule. (Other than using make -s :)
History
Date User Action Args
2016-09-05 01:05:16martin.pantersetrecipients: + martin.panter, ned.deily, xiang.zhang
2016-09-05 01:05:16martin.pantersetmessageid: <1473037516.16.0.224791810677.issue27950@psf.upfronthosting.co.za>
2016-09-05 01:05:16martin.panterlinkissue27950 messages
2016-09-05 01:05:15martin.pantercreate