Ticket #51 (closed defect: fixed)
Won't emit a document until the next document is available
| Reported by: | edward@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
parse_document_end won't emit an event until it has seen the next token after the document end. This makes it difficult to use PyYAML to parse live streams of documents in a timely way, because the next document may not actually be available for some undetermined amount of time.
Using PyYAML-3.04.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

