| 5 | | PyYAML: YAML parser and emitter for Python |
|---|
| 6 | | ========================================== |
|---|
| | 5 | ======================== |
|---|
| | 6 | Announcing PyYAML-3.02 |
|---|
| | 7 | ======================== |
|---|
| | 8 | |
|---|
| | 9 | A new bug-fix release of PyYAML is now available: |
|---|
| | 10 | |
|---|
| | 11 | http://pyyaml.org/wiki/PyYAML |
|---|
| | 12 | |
|---|
| | 13 | |
|---|
| | 14 | Changes |
|---|
| | 15 | ======= |
|---|
| | 16 | |
|---|
| | 17 | * Fix win32 installer. Apparently bdist_wininst does not work under Linux. |
|---|
| | 18 | * Fix a bug in add_path_resolver. |
|---|
| | 19 | * Add the yaml_hl example. Try to run on a color terminal: |
|---|
| | 20 | `python yaml_hl.py <any_document.yaml` |
|---|
| | 21 | |
|---|
| | 22 | |
|---|
| | 23 | Resources |
|---|
| | 24 | ========= |
|---|
| | 25 | |
|---|
| | 26 | PyYAML homepage: http://pyyaml.org/wiki/PyYAML |
|---|
| | 27 | PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation |
|---|
| | 28 | |
|---|
| | 29 | TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.02.tar.gz |
|---|
| | 30 | ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.02.zip |
|---|
| | 31 | Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.02.win32.exe |
|---|
| | 32 | |
|---|
| | 33 | PyYAML SVN repository: http://svn.pyyaml.org/pyyaml |
|---|
| | 34 | Submit a bug report: http://pyyaml.org/newticket?component=pyyaml |
|---|
| | 35 | |
|---|
| | 36 | YAML homepage: http://yaml.org/ |
|---|
| | 37 | YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core |
|---|
| | 38 | |
|---|
| | 39 | |
|---|
| | 40 | About PyYAML |
|---|
| | 41 | ============ |
|---|
| 44 | | description: YAML parser and emitter for Python |
|---|
| 45 | | |
|---|
| 46 | | |
|---|
| 47 | | Links |
|---|
| 48 | | ===== |
|---|
| 49 | | |
|---|
| 50 | | PyYAML homepage: http://pyyaml.org/wiki/PyYAML |
|---|
| 51 | | PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation |
|---|
| 52 | | |
|---|
| 53 | | TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.01.tar.gz |
|---|
| 54 | | ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.01.zip |
|---|
| 55 | | Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.01.win32.exe |
|---|
| 56 | | |
|---|
| 57 | | PyYAML SVN repository: http://svn.pyyaml.org/pyyaml |
|---|
| 58 | | Submit a bug report: http://pyyaml.org/newticket?component=pyyaml |
|---|
| 59 | | |
|---|
| 60 | | YAML homepage: http://yaml.org/ |
|---|
| 61 | | YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core |
|---|
| 62 | | |
|---|
| 63 | | |
|---|
| 64 | | Changes |
|---|
| 65 | | ======= |
|---|
| 66 | | |
|---|
| 67 | | * Initial release. The version number reflects the codename of the |
|---|
| 68 | | project (PyYAML 3000) and differenciates it from the abandoned PyYaml |
|---|
| 69 | | module. |
|---|