Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
tkinter
test
test_tkinter
test_variables.py
Find file
Blame
History
Permalink
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
· 662db125
Serhiy Storchaka
authored
Aug 08, 2019
They now return NotImplemented for unsupported type of the other operand.
662db125