On Tue, 2017-08-01 at 16:47 -0400, Matthew Miller wrote: > What about the opposite? Should we require classification for bugfix > and security updates? I'd say it wouldn't hurt to require it. It always makes data nice if the parser of the data can know that a field is guaranteed to exist so they don't have to do this kind of nonsense: if hasattr(thing, attr) and thing.attr == whatever:
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx