pyYaml community
Imbaud Pierre
pierre.imbaud at laposte.net
Sat Feb 3 05:01:19 EST 2007
I began using pyYaml.
I found no place where pyYaml users exchange ideas, know-how, etc
(as here for python).
There is a wiki, a bug tracker, documentation, but such a place
(mailing list, newsgroup, forum, or even IRC) is a must (IMHO) to smooth
the learning curve.
Does someone know better?
My concern: yaml allows "complex data" as keys to dicts.
I need tuples as keys, pyYaml turns my yaml sequences into lists,
and then yells list cant be used as keys. No way to turn my yaml
sequences into tuples?
Oh, I found! RTFM, as usual!
(the first question sticks)
More information about the Python-list
mailing list