commit | 894d35ea61c24c09f5d8d15683904d6aba27fab4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 11 20:42:30 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 11 20:42:30 2007 +0000 |
tree | d9e0eab97d665641d033be88d5cc7cfe5112d6c0 | |
parent | 1ba3114fdb5adb5e6852c85e1d3caccba3395471 [diff] |
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() instead of going straight to object.__new__().