Re: [ANN] PyYAML-3.02: YAML parser and emitter for Python

2006-05-15 Thread Scott David Daniels
Kirill Simonov wrote: > > Announcing PyYAML-3.02 > > > A new bug-fix release of PyYAML is now available: > > http://pyyaml.org/wiki/PyYAML Another fix provided for Python 2.5 and friends. -- -Scott David Daniels [EMAIL PROTECTED] -- http:

[ANN] PyYAML-3.02: YAML parser and emitter for Python

2006-05-15 Thread Kirill Simonov
Announcing PyYAML-3.02 A new bug-fix release of PyYAML is now available: http://pyyaml.org/wiki/PyYAML Changes === * Fix win32 installer. Apparently bdist_wininst does not work well under Linux. * Fix a bug in add_path_resolver. * A