Changeset 59 for branches/pyyaml3000/lib/yaml/constructor.py
- Timestamp:
- 02/25/06 15:13:09 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/lib/yaml/constructor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/lib/yaml/constructor.py
r58 r59 162 162 163 163 bool_values = { 164 u'y': True,165 164 u'yes': True, 166 u'n': False,167 165 u'no': False, 168 166 u'true': True,
Note: See TracChangeset
for help on using the changeset viewer.
