Message 364979 - Python tracker
Message364979
| 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:21 | mgorny | set | recipients: + mgorny, brett.cannon, njs, dstufft |
| 2020-03-25 06:54:21 | mgorny | set | messageid: <1585119261.47.0.818238682424.issue40059@roundup.psfhosted.org> |
| 2020-03-25 06:54:21 | mgorny | link | issue40059 messages |
| 2020-03-25 06:54:21 | mgorny | create | |