Closed
Description
The PR #2740 added __setattr__
and __getattr__
to the werkzeug.wrappers.BaseRequest
definition.
I have seen the comment about the change, but I cannot understand why this is a good way to go. This class is often used as parent class. No attribute checks can be made in any child class.
Can we please remove these definitions?
Metadata
Metadata
Assignees
Labels
No labels