Changes between Version 11 and Version 12 of PyYAML
- Timestamp:
- 05/15/06 07:41:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAML
v11 v12 35 35 == Download and Installation == 36 36 37 The current stable release of PyYAML: '''3.0 1'''.37 The current stable release of PyYAML: '''3.02'''. 38 38 39 39 Download links: 40 40 41 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 1.tar.gz42 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 1.zip43 * '''Windows installer''': ~~http://pyyaml.org/download/pyyaml/PyYAML-3.01.win32.exe~~ (broken)41 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.02.tar.gz 42 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.02.zip 43 * '''Windows installer''': http://pyyaml.org/download/pyyaml/PyYAML-3.02.win32.exe 44 44 45 45 Unpack the archive and install the package by executing … … 95 95 96 96 97 == History == 98 99 '''3.02 (2006-05-15)''' 100 101 * Fix win32 installer. Apparently bdist_wininst does not work well under 102 Linux. 103 * Fix a bug in add_path_resolver. 104 * Add the yaml-highlight example. Try to run on a color terminal: 105 `python yaml_hl.py <any_document.yaml`. 106 107 '''3.01 (2006-05-07)''' 108 109 * Initial release. The version number reflects the codename of the 110 project (PyYAML 3000) and differenciates it from the abandoned 111 [wiki:PyYAMLLegacy PyYaml] module. 112 113 97 114 == Development and bug reports == 98 115
