Ticket #76 (assigned defect)
Sets are dumped with null values
| Reported by: | anonymous | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by xi) (diff)
Dumping sets looks kind of ugly. You get:
'!!set {1: null, 2: null, 3: null}'
instead of
'!!set {1, 2, 3}'
This looks even worse when each element in the set is a bit more complicated.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
