Changeset 360 for pyyaml/trunk/announcement.msg
- Timestamp:
- 08/29/09 20:07:20 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/announcement.msg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/announcement.msg
r336 r360 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, python-porting@python.org 3 Subject: [ANN] PyYAML-3.0 8: Now with Python 3 support3 Subject: [ANN] PyYAML-3.09: YAML parser and emitter for Python 4 4 5 5 ======================== 6 Announcing PyYAML-3.0 86 Announcing PyYAML-3.09 7 7 ======================== 8 8 9 A new release of PyYAML is now available:9 A new bug fix release of PyYAML is now available: 10 10 11 11 http://pyyaml.org/wiki/PyYAML 12 12 13 This release features a complete support for Python 3. For 14 compatibility notes between Python 2 and Python 3 versions, 15 please see 13 Note that PyYAML supports both Python 2 and Python 3. For 14 compatibility notes, please see 16 15 17 16 http://pyyaml.org/wiki/PyYAMLDocumentation#Python3support … … 21 20 ======= 22 21 23 * Python 3 support (Thank to Erick Tryzelaar). 24 * Use Cython instead of Pyrex to build LibYAML bindings. Note 25 that the source package is distributed with a pre-generated 26 '_yaml.c' file so you don't need Cython installed to build 27 LibYAML bindings. 28 * Refactored support for unicode and byte input/output streams. 22 * Fixed use of uninitialized memory when emitting anchors with 23 LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). 24 * Fixed emitting incorrect BOM characters for UTF-16 (Thank to 25 Valentin Nechayev) 26 * Fixed the emitter for folded scalars not respecting the preferred 27 line width (Thank to Ingy). 28 * Fixed a subtle ordering issue with emitting '%TAG' directives 29 (Thank to Andrey Somov). 30 * Fixed performance regression with LibYAML bindings. 29 31 30 32 … … 35 37 PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation 36 38 37 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 8.tar.gz38 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 8.zip39 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz 40 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.09.zip 39 41 Windows installers: 40 http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.3.exe 41 http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.4.exe 42 http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.5.exe 43 http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.6.exe 44 http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py3.0.exe 42 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.3.exe 43 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.4.exe 44 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.5.exe 45 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.6.exe 46 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.0.exe 47 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.1.exe 45 48 46 49 PyYAML SVN repository: http://svn.pyyaml.org/pyyaml
Note: See TracChangeset
for help on using the changeset viewer.
