Changeset 295 for pyyaml/trunk/announcement.msg
- Timestamp:
- 10/03/08 14:24:11 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/announcement.msg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/announcement.msg
r290 r295 15 15 ======= 16 16 17 * Fixed a dot '.' character being recognized as !!float. 18 * Fixed exceptions produced by LibYAML bindings. 17 * setup.py checks whether LibYAML is installed and if so, builds 18 and installs LibYAML bindings. To force or disable installation 19 of LibYAML bindings, use '--with-libyaml' or '--without-libyaml' 20 respectively. 21 * Building LibYAML bindings no longer requires Pyrex installed. 19 22 * 'yaml.load()' raises an exception if the input stream contains 20 23 more than one YAML document. 21 * Improved compatibility with Python 2.3. 22 * Use setuptools for setup.py. If you want to build optional LibYAML 23 bindings, run 'python setup.py --with-libyaml install'. Building 24 LibYAML bindings no longer requires PyRex installed. 24 * Fixed exceptions produced by LibYAML bindings. 25 * Fixed a dot '.' character being recognized as !!float. 26 * Fixed Python 2.3 compatibility issue in constructing !!timestamp values. 25 27 * Windows binary packages are built against the LibYAML stable branch. 26 * Added a n attribute 'yaml.__version__' and a flag 'yaml.__libyaml__'.28 * Added attributes 'yaml.__version__' and 'yaml.__with_libyaml__'. 27 29 28 30
Note: See TracChangeset
for help on using the changeset viewer.
