Changeset 124 for pysyck/trunk/README.txt
- Timestamp:
- 03/25/06 16:35:32 (6 years ago)
- Files:
-
- 1 modified
-
pysyck/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pysyck/trunk/README.txt
r67 r124 23 23 PySyck_ is aimed to update the current Python bindings for Syck. The new 24 24 bindings provide a wrapper for the Syck emitter and give access to YAML 25 representation graphs. Hopefully it will not leak memory as well.25 representation graphs. 26 26 27 27 PySyck_ may be used for various tasks, in particular, as a replacement of the … … 885 885 ======= 886 886 887 * PySyck-0.61.2 (2006-03-26): 888 889 - ``ext/_syckmodule.c``: fix a leak in the parser (thanks, jbj). 890 - ``setup.py``: set the development status to Production/Stable. 891 887 892 * PySyck-0.61.1 (2006-03-15): 888 893
