[Python-ideas] Stdlib YAML evolution (Was: PEP 426, YAML in the stdlib and implementation discovery)
Stephen J. Turnbull
stephen at xemacs.org
Mon Jun 3 02:59:57 CEST 2013
David Mertz writes:
> I would definitely like to have a YAML library--even one with
> restricted function--in the standard library.
Different use cases (and users) will stick at different restrictions.
This would be endlessly debatable. I think the only restriction that
really makes sense is the load vs. load_unsafe restriction (and that
should be a user decision; the "unsafe" features should be available
to users who want them).
More information about the Python-ideas
mailing list