James: > Cecilia Hu writes: >> PyYAML features a complete YAML 1.1 parser, Unicode support, pickle >> support, capable extension API, and sensible error messages. PyYAML >> supports standard YAML tags and provides Python-specific tags that >> allow to represent an arbitrary Python object. > > Are C, Java, and Perl bindings separate projects?
Yes, you can see the module names for YAML implementations in other languages at the YAML website: http://www.yaml.org/ This project only integrates the Python YAML interfaces. Brian