You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[py] support.ui.Select class inherits from object (#3067)
This makes the behavior of the Select class in Python 2 consistent
with Python 3, where all classes are new style classes by default.
It allows e.g. for dynamic delegation through __getattribute__.
0 commit comments