Changeset 57 for branches/pyyaml3000/lib/yaml/scanner.py
- Timestamp:
- 02/24/06 16:16:14 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/lib/yaml/scanner.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/lib/yaml/scanner.py
r55 r57 20 20 # TAG(value) 21 21 # SCALAR(value, plain) 22 # 23 # Read comments in the Scanner code for more details. 24 # 22 25 23 26 __all__ = ['Scanner', 'ScannerError']
Note: See TracChangeset
for help on using the changeset viewer.
