Changeset 56 for branches/pyyaml3000/lib/yaml/resolver.py
- Timestamp:
- 02/24/06 15:46:28 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/lib/yaml/resolver.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/lib/yaml/resolver.py
r55 r56 135 135 ['=']) 136 136 137 # The following detector is only for documentation purposes. It cannot work 138 # because plain scalars cannot start with '!', '&', or '*'. 139 Resolver.add_detector( 140 u'tag:yaml.org,2002:yaml', 141 re.compile(ur'^(?:!|&|\*)$'), 142 list(u'!&*')) 143
Note: See TracChangeset
for help on using the changeset viewer.
