[New-bugs-announce] [issue44671] Create a built-in yaml module

Jarrod Price report at bugs.python.org
Sun Jul 18 17:33:48 EDT 2021


New submission from Jarrod Price <jarpri08 at gmail.com>:

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.

----------
messages: 397761
nosy: jarpri08
priority: normal
severity: normal
status: open
title: Create a built-in yaml module
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44671>
_______________________________________


More information about the New-bugs-announce mailing list