]> granicus.if.org Git - python/commit
Message.__delitem__(): If the key doesn't exist in the dictionary,
authorFred Drake <fdrake@acm.org>
Fri, 10 Sep 1999 20:54:53 +0000 (20:54 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Sep 1999 20:54:53 +0000 (20:54 +0000)
commit81ffe75d1c89584efd43040e3c9c7b006dde6942
tree7803637b25a818ebac42e17793c23179dbf53d06
parent75ae7e7dfa49a3e1d094d3a4f1dc2782323f347d
Message.__delitem__():  If the key doesn't exist in the dictionary,
        raise KeyError instead of failing silently!
Lib/rfc822.py