Changes between Initial Version and Version 2 of Ticket #154
- Timestamp:
- 10/11/10 02:32:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #154 – Description
initial v2 1 {{{ 1 2 /usr/bin/python /Users/hardkrash/Desktop/libyaml_custom_class_broken.py 2 3 Monster(name='Cave spider', hp=[2, 6], ac=16, attacks=['BITE', 'HURT']) … … 15 16 yaml.constructor.ConstructorError: could not determine a constructor for the tag '!Monster' 16 17 in "<byte string>", line 2, column 5 18 }}}
