Changeset 135 for pyyaml/trunk/lib/yaml/serializer.py
- Timestamp:
- 04/12/06 18:26:41 (7 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib/yaml/serializer.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/serializer.py
r133 r135 20 20 self.last_anchor_id = 0 21 21 self.closed = None 22 self.open(encoding, line_break, canonical, indent, width )22 self.open(encoding, line_break, canonical, indent, width, allow_unicode) 23 23 24 24 def open(self, encoding=None, line_break=None, canonical=None,
Note: See TracChangeset
for help on using the changeset viewer.
