Changes between Initial Version and Version 1 of Ticket #179
- Timestamp:
- 05/29/11 11:35:52 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #179 – Description
initial v1 5 5 For example : 6 6 7 {{{ 7 8 >>> yaml.load('[]: a') 8 9 … … 26 27 []: a 27 28 ^ 29 }}} 28 30 29 31 I don't know what would be the most desirable python object to build for that kind of yaml source, though :/
