Changeset 353 for pyyaml/trunk/lib3/yaml/__init__.py
- Timestamp:
- 08/29/09 17:33:36 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib3/yaml/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib3/yaml/__init__.py
r336 r353 45 45 """ 46 46 Parse all YAML documents in a stream 47 and produce correspon sing representation trees.47 and produce corresponding representation trees. 48 48 """ 49 49 loader = Loader(stream)
Note: See TracChangeset
for help on using the changeset viewer.
