Custom Query (121 matches)
Results (31 - 33 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #134 | invalid | Nested lists seems to be "dumped" incorrectly | xi | maksims.juvcenko@… |
| Description |
Problem occurs, when nested list is dumped. >>> s = {"a": ['aaa','bbb','ccc']}
>>> print yaml.dump(s, default_flow_style=False)
a:
- aaa
- bbb
- ccc
According to specification of YAML 1.1 nested sequence items must have entry token equal to " -" (two spaces and minus symbol), but in reality it lacks entry spaces. This issue creates limitations, when YAML documents are passed between PyYAML and JYaml interpreters. Configuration:
|
|||
| #181 | fixed | No symbols exported from yaml.dll | xi | pxn11432@… |
| Description |
yaml.dll built in vs2008 doesn't export any symbols. It has been corrected by declaring WIN32 pre-processor macro in yamldll.vcproj project. Regards, |
|||
| #65 | worksforme | Noise in output | xi | miki@… |
| Description |
Sometimes when dumping a large dictionary, some stray "--" are generated. The dictionary of type (string -> list). Example output: - icco - oecd - un --- - iea - eca - adb-africa - adb-asia I can provide a test case that cases the error on my machine, mail me. |
|||
