Changeset 192
- Timestamp:
- 06/19/06 12:30:56 (7 years ago)
- Location:
- pyyaml/trunk
- Files:
-
- 2 edited
-
announcement.msg (modified) (3 diffs)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/announcement.msg
r166 r192 1 1 From: Kirill Simonov <xi@gamma.dn.ua> 2 2 To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net 3 Subject: [ANN] PyYAML-3.0 2: YAML parser and emitter for Python3 Subject: [ANN] PyYAML-3.03: YAML parser and emitter for Python 4 4 5 5 ======================== 6 Announcing PyYAML-3.0 26 Announcing PyYAML-3.03 7 7 ======================== 8 8 … … 15 15 ======= 16 16 17 * Fix win32 installer. Apparently bdist_wininst does not work well under 18 Linux. 19 * Fix a bug in add_path_resolver. 20 * Add the yaml-highlight example. Try to run on a color terminal: 21 `python yaml_hl.py <any_document.yaml`. 17 * Fix Python 2.5 compatibility issues. 18 * Fix numerous bugs in the float handling. 19 * Fix scanning some ill-formed documents. 20 * Other minor fixes. 22 21 23 22 … … 28 27 PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation 29 28 30 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.tar.gz31 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.zip32 Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.0 2.win32.exe29 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.03.tar.gz 30 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.03.zip 31 Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.03.win32.exe 33 32 34 33 PyYAML SVN repository: http://svn.pyyaml.org/pyyaml -
pyyaml/trunk/setup.py
r165 r192 1 1 2 2 NAME = 'PyYAML' 3 VERSION = '3.0 2'3 VERSION = '3.03' 4 4 DESCRIPTION = "YAML parser and emitter for Python" 5 5 LONG_DESCRIPTION = """\
Note: See TracChangeset
for help on using the changeset viewer.
