[Tutor] KeyError list?

Kent Johnson kent37 at tds.net
Wed Aug 15 19:44:28 CEST 2007


Rob Andrews wrote:
> Is there a comprehensive list of dictionary KeyError meanings?

?? AFAIK there is only one meaning for KeyError - the key was not found 
in the dict. From the docs: "Raised when a mapping (dictionary) key is 
not found in the set of existing keys."

Kent


More information about the Tutor mailing list