Changes between Version 13 and Version 14 of PyYAML
- Timestamp:
- 06/19/06 12:55:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAML
v13 v14 35 35 == Download and Installation == 36 36 37 The current stable release of PyYAML: '''3.0 2'''.37 The current stable release of PyYAML: '''3.03'''. 38 38 39 39 Download links: 40 40 41 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.tar.gz42 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.zip43 * '''Windows installer''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.win32.exe41 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.03.tar.gz 42 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.03.zip 43 * '''Windows installer''': http://pyyaml.org/download/pyyaml/PyYAML-3.03.win32.exe 44 44 45 45 Unpack the archive and install the package by executing … … 104 104 == History == 105 105 106 '''3.03 (2006-06-19)''' 107 108 * Fix Python 2.5 compatibility issues. 109 * Fix numerous bugs in the float handling. 110 * Fix scanning some ill-formed documents. 111 * Other minor fixes. 112 106 113 '''3.02 (2006-05-15)''' 107 114
