Skip to content

[py] support.ui.Select class inherits from object - #3067

Merged
AutomatedTester merged 1 commit into
SeleniumHQ:masterfrom
lukas-linhart:py-new-style-Select-class
Mar 9, 2017
Merged

[py] support.ui.Select class inherits from object#3067
AutomatedTester merged 1 commit into
SeleniumHQ:masterfrom
lukas-linhart:py-new-style-Select-class

Conversation

@lukas-linhart

Copy link
Copy Markdown
Contributor

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__.

@lukas-linhart
lukas-linhart force-pushed the py-new-style-Select-class branch from 81b8785 to b2df3c7 Compare November 13, 2016 13:19
@lukeis lukeis added the C-py Python Bindings label Nov 19, 2016
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__.
@lukas-linhart
lukas-linhart force-pushed the py-new-style-Select-class branch from b2df3c7 to 73ee531 Compare December 1, 2016 04:51
@AutomatedTester
AutomatedTester merged commit ed3beaf into SeleniumHQ:master Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-py Python Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants