[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 rejection is wrong, or what you think has changed.  Please do 
not simply repeat the previous arguments.

--
nosy: +terry.reedy
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
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-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 

___
___
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-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 
also a request to add toml https://bugs.python.org/issue40059

--
nosy: +xtreak

___
Python tracker 

___
___
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-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 included in the stdlib.

--
nosy: +TheOneTheOnlyJJ

___
Python tracker 

___
___
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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com