On Fri, Nov 5, 2010 at 9:18 PM, Chris McDonough <chr...@plope.com> wrote:
> On Fri, 2010-11-05 at 14:51 -0700, Ghostwriter wrote:
>> Hello!
>> I have a question to core developers of pyramid.
>> Did you planning to use (truly pythonic!) YAML-based configuration
>> files instead of Paste's INI-configs? Since the Pylons2/pyramid isn't
>> backward compatible with Pylons-1.x it would be nice to see YAML as a
>> framework's default configuration format.
>>
>> *** And I feel very sorry for my English grammar.
>
> No plans, for YAML right now that I know of, no.

I think YAML was brought up earlier as a configuration format, but it
hasn't been pursued.

YAML might be a superior format for PasteDeploy, in which case it
could replace the INI file, but Paste is a separate package from
Pyramid so the changes would have to be made there. And of course,
we'd have to define a YAML format and test it. Also, in the current
system, the same INI file can contain both Paste settings and Python
logging settings (and repoze.who settings, etc). Python logging can't
parse a YAML file directly.


-- 
Mike Orr <sluggos...@gmail.com>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to