Ticket #76 (assigned defect)

Opened 8 months ago

Last modified 3 months ago

Sets are dumped with null values

Reported by: anonymous Assigned to: xi (accepted)
Priority: normal Component: pyyaml
Severity: normal Keywords:
Cc:

Description (Last modified by xi)

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

07/29/08 17:23:04 changed by xi

  • status changed from new to assigned.
  • description changed.

Your complaint is justified, but it's not that easy to fix. Still, I'm accepting the ticket.


Add/Change #76 (Sets are dumped with null values)




Change Properties
Action