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 mgorny
Recipients brett.cannon, dstufft, mgorny, njs
Date 2020-03-25.06:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585119261.47.0.818238682424.issue40059@roundup.psfhosted.org>
In-reply-to
Content
PEP 518 uses the TOML format to specify build system requirements.  AFAIU this means that all new build systems will require a TOML parser.  Could you consider adding one to the standard library to reduce the number of chicken-egg problems?

The referenced PEP states that 'pytoml TOML parser is ~300 lines of pure Python code', so I don't think integrating it would be a large maintenance cost.

[1] https://www.python.org/dev/peps/pep-0518/
History
Date User Action Args
2020-03-25 06:54:21mgornysetrecipients: + mgorny, brett.cannon, njs, dstufft
2020-03-25 06:54:21mgornysetmessageid: <1585119261.47.0.818238682424.issue40059@roundup.psfhosted.org>
2020-03-25 06:54:21mgornylinkissue40059 messages
2020-03-25 06:54:21mgornycreate