[issue44671] Create a built-in yaml module

2021-07-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: The current status of this idea is that it has been rejected. Please read the previous discussion(s) and consider the arguments against. If you then still want this idea reconsidered, please post to the python-ideas list explaining why you think the reject

[issue44671] Create a built-in yaml module

2021-07-21 Thread Jarrod Price
Jarrod Price added the comment: Could you please assist me with creating a PEP? I’ve not done it before and I’m not sure where to begin. -- ___ Python tracker ___

[issue44671] Create a built-in yaml module

2021-07-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: There was some discussion in 2013 : https://mail.python.org/archives/list/python-id...@python.org/thread/Y3Y5T54S2RSR6QW3HSEQV77EZPP7PWCX/#7H72ZRMSX74453GGURV26242UYM75VOW . This has to go through python-ideas and probably might need a PEP. There is

[issue44671] Create a built-in yaml module

2021-07-21 Thread Jurj Andrei George
Jurj Andrei George added the comment: I would also like to have yaml in the stdlib. I reckon it would make sense to at least discuss yaml given that toml is on its way in the stdlib. By the time a toml parser gets added, yaml will be the only major data serialization language to not be incl

[issue44671] Create a built-in yaml module

2021-07-18 Thread Jarrod Price
New submission from Jarrod Price : Would it be possible for someone to take the time to create a built-in yaml module based on the current spec (v1.2) ? https://yaml.org/spec/1.2/spec.html Just like how we can do `import json`, there is currently no `import yaml`. I myself (and I assume other