Changes between Initial Version and Version 2 of Ticket #21
- Timestamp:
- 07/14/06 19:06:46 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21
- Property Status changed from new to closed
- Property Resolution changed from to duplicate
-
Ticket #21 – Description
initial v2 3 3 This is with pyyaml 3.0.3 on python 2.4.1. 4 4 5 {{{ 6 #!python 5 7 import yaml 6 8 … … 10 12 e2 = yaml.load(yammy) 11 13 print e2 14 }}} 12 15 13 16 The yaml output is: 14 17 18 {{{ 15 19 $ python yamlbug2.py 16 20 {'texas: '': 92.5} … … 22 26 return loader.get_data() 23 27 ... etc. 28 }}}
