REQUEST.__getattr__ must raise an AttributeError, not a KeyError, if the
attribute is not found. This change simplifies the signature of get(), __getitem__(), and __getattr__(), and fixes the bug.
Showing
Please register or sign in to comment