PyYaml bug in lists of inlined mappings?

Mark Carter cartermark46 at ukmail.com
Wed Aug 6 07:09:19 EDT 2003


This works:

vars:
 -  name: AQ
    over: NF
 -  name: A
    over: B

but this doesn't:

vars:
 - [ name: AQ, over: NF ]
 - [ name: A, over: B ]

I have tried various combinations, including using curly brackets, 
different combinations of whitespace, and even using the ?: operator -
all
without success. So how do I do it?

Also, I tried to view the archives over at Sourceforge:
http://sourceforge.net/mailarchive/forum.php?forum=yaml-core
but all I get is:
ERROR
Either your mailing list name was misspelled or your mailing list has
not been archived yet. If this list has just been created, please
retry in 2-4 hours




More information about the Python-list mailing list