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 jarpri08
Recipients jarpri08
Date 2021-07-18.21:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626644028.22.0.677421965462.issue44671@roundup.psfhosted.org>
In-reply-to
Content
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 others too) would much prefer to be able to create/save/load/edit yaml as if it were a dictionary.

I am one of those guys that don’t really like to install external modules and I much prefer to just use the batteries included modules.
History
Date User Action Args
2021-07-18 21:33:48jarpri08setrecipients: + jarpri08
2021-07-18 21:33:48jarpri08setmessageid: <1626644028.22.0.677421965462.issue44671@roundup.psfhosted.org>
2021-07-18 21:33:48jarpri08linkissue44671 messages
2021-07-18 21:33:48jarpri08create