Changeset 353
- Timestamp:
- 08/29/09 17:33:36 (4 years ago)
- Location:
- pyyaml/trunk
- Files:
-
- 2 edited
-
lib/yaml/__init__.py (modified) (1 diff)
-
lib3/yaml/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/__init__.py
r336 r353 44 44 """ 45 45 Parse all YAML documents in a stream 46 and produce correspon sing representation trees.46 and produce corresponding representation trees. 47 47 """ 48 48 loader = Loader(stream) -
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.
