Ticket #113 (new defect)
Changeset 313 dumps reduntant '...' (end of document)
| Reported by: | py4fun@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When dumping a simple document (when there is no possibility of ambiguous parsing)
print '"%s"' % yaml.dump("abc")
a redundant "end of document" is emitted:
"abc ... "
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
