3 Oct 2008 21:28
[ANN] PyYAML-3.06: YAML parser and emitter for Python
Kirill Simonov <xi <at> gamma.dn.ua>
2008-10-03 19:28:12 GMT
2008-10-03 19:28:12 GMT
========================
Announcing PyYAML-3.06
========================
A new bug fix release of PyYAML is now available:
http://pyyaml.org/wiki/PyYAML
Changes
=======
* setup.py checks whether LibYAML is installed and if so, builds
and installs LibYAML bindings. To force or disable installation
of LibYAML bindings, use '--with-libyaml' or '--without-libyaml'
options respectively.
* Building LibYAML bindings no longer requires Pyrex installed.
* 'yaml.load()' raises an exception if the input stream contains
more than one YAML document.
* Fixed exceptions produced by LibYAML bindings.
* Fixed a dot '.' character being recognized as !!float.
* Fixed Python 2.3 compatibility issue in constructing !!timestamp
values.
* Windows binary packages are built against the LibYAML stable branch.
* Added attributes 'yaml.__version__' and 'yaml.__with_libyaml__'.
Resources
=========
PyYAML homepage: http://pyyaml.org/wiki/PyYAML
PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation
(Continue reading)
RSS Feed