]> granicus.if.org Git - python/commit
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2007 20:42:30 +0000 (20:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2007 20:42:30 +0000 (20:42 +0000)
commit894d35ea61c24c09f5d8d15683904d6aba27fab4
treed9e0eab97d665641d033be88d5cc7cfe5112d6c0
parent1ba3114fdb5adb5e6852c85e1d3caccba3395471
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()
instead of going straight to object.__new__().
Lib/abc.py
Lib/test/test_abc.py