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 kiendang
Recipients eric.araujo, kiendang
Date 2021-09-23.20:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632430664.52.0.399694818405.issue45101@roundup.psfhosted.org>
In-reply-to
Content
Thanks. I didn't know about the `pkg-config` thing. I just checked with pkg-config on macOS

`pkg-config --help` prints usage instructions to stdout

pkg-config followed by invalid options prints output to stderr, for example `pkg-config --asdf` prints `Unknown option --asdf` to stderr.

The PR I submitted does something similar, making both python and shell script versions of `python-config` to print out the usage instruction message to stdout when --help is provided and stderr when given invalid arguments.
History
Date User Action Args
2021-09-23 20:57:44kiendangsetrecipients: + kiendang, eric.araujo
2021-09-23 20:57:44kiendangsetmessageid: <1632430664.52.0.399694818405.issue45101@roundup.psfhosted.org>
2021-09-23 20:57:44kiendanglinkissue45101 messages
2021-09-23 20:57:44kiendangcreate