Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- 04/10/06 20:40:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 35 35 || ''Language'' || Python/C extension || Python || Python || 36 36 || ''Parser'' || YAML 1.0 || YAML 1.1 || YAML 1.0 (incomplete) || 37 || ''Emitter'' || YAML 1.0 || None|| YAML 1.0 ||37 || ''Emitter'' || YAML 1.0 || ~~None~~ YAML 1.1 || YAML 1.0 || 38 38 || ''Unicode support'' || No || Yes || No || 39 39 … … 43 43 44 44 * Fix grammar issues of [wiki:PyYAML PyYAML 3000] according to the discussion on YAML-core. 45 * Write an example program (yaml-highlight) for PyYAML. It should insert tags at the beginning and the end46 of each token and parser event and use YAML for configuration. 47 * Emitter.45 * ~~Write an example program (yaml-highlight) for PyYAML. It should insert tags at the beginning and the end 46 of each token and parser event and use YAML for configuration.~~ 47 * ~~Emitter.~~ 48 48 * Release [wiki:PyYAML PyYAML 3000]. 49 49 * Write a simple "canonical" YAML parser and a paper explaining the method.
