[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 
<https://bugs.python.org/issue44671>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 
<https://bugs.python.org/issue44671>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com