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 vstinner
Recipients Nir Soffer, berker.peksag, ncoghlan, serhiy.storchaka, terry.reedy, vstinner
Date 2017-08-18.10:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503052380.64.0.81161643856.issue30871@psf.upfronthosting.co.za>
In-reply-to
Content
Nick Coghlan: "If we end up deciding some of this information might be useful to end users as well, it would be reasonable to extend "python -m sysconfig" to report it, perhaps with the extra imports gated behind a command line option."

Designing such tool is a can of worm. Everybody can have different expectation, different information. IMHO PyPI is a better home for a more general tool. I prefer to keep test.pythoninfo specialized to debug failures on CIs (Travis CI, AppVeyor, buildbots).

For test.pythoninfo, I'm mostly interested to get plaintext output right now, and JSON output later, to correlate information. For example, be able to say which readline versions are tested on all buildbots for one Python branch.

Moreover, I would like to add test.pythoninfo to Python 2.7 and 3.6. It wouldn't be doable if the tool would be in the stdlib, since these branches don't accept new features ;-)
History
Date User Action Args
2017-08-18 10:33:00vstinnersetrecipients: + vstinner, terry.reedy, ncoghlan, berker.peksag, serhiy.storchaka, Nir Soffer
2017-08-18 10:33:00vstinnersetmessageid: <1503052380.64.0.81161643856.issue30871@psf.upfronthosting.co.za>
2017-08-18 10:33:00vstinnerlinkissue30871 messages
2017-08-18 10:33:00vstinnercreate