]> granicus.if.org Git - python/commit
Modernize the super() call in ABCMeta.__new__() -- I had messed with
authorGuido van Rossum <guido@python.org>
Thu, 14 Jun 2007 03:27:55 +0000 (03:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Jun 2007 03:27:55 +0000 (03:27 +0000)
commitbb5f590323f49c57c5374f2ba7683832e6f1b4ef
treefc527f45d4bcf0e5dcd36b7c147d00111e06bafc
parent2d28f592451ea1504ef1064c7f345d09ca507137
Modernize the super() call in ABCMeta.__new__() -- I had messed with
it when I thought something was broken, and forgotten to restore it
before checking in (maybe I did a svn revert which had the wrong effect?).
Lib/abc.py