New submission from Jarrod Price <jarpr...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to