Changeset 44 for branches/pyyaml3000/lib/yaml/stream.py
- Timestamp:
- 02/15/06 08:35:29 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/lib/yaml/stream.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/lib/yaml/stream.py
r43 r44 19 19 if self.index >= len(self.data): 20 20 break 21 if self.data[self.index] in u'\r\n ':21 if self.data[self.index] in u'\r\n\x85\u2028\u2029': 22 22 self.line += 1 23 23 self.column = 0
Note: See TracChangeset
for help on using the changeset viewer.
