Changes between Initial Version and Version 1 of Ticket #18
- Timestamp:
- 07/06/06 16:31:14 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18
- Property Status changed from new to closed
- Property Resolution changed from to worksforme
-
Ticket #18 – Description
initial v1 1 {{{ 2 #!python 1 3 import yaml 2 4 data=yaml.load(""" … … 7 9 """) 8 10 yaml.dump(data) 9 11 }}} 10 12 [gives] 11 13 {{{ 14 #!python 12 15 'a: 1\nb: {ba: 1, bb: 2}\n' 13 16 }}} 14 17 pyYaml 3.0.3 - Python 2.4.3 - Windows XP 15 18
