[New-bugs-announce] [issue27260] Missing equality check for super objects

Jelle Zijlstra report at bugs.python.org
Tue Jun 7 16:48:03 EDT 2016


New submission from Jelle Zijlstra:

>>> class Foo: pass
... 
>>> super(Foo) == super(Foo)
False

Will submit a patch later

----------
assignee: Jelle Zijlstra
components: Library (Lib)
messages: 267747
nosy: Jelle Zijlstra
priority: normal
severity: normal
status: open
title: Missing equality check for super objects
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27260>
_______________________________________


More information about the New-bugs-announce mailing list