]> granicus.if.org Git - python/commit
Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass,
authorGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 18:14:10 +0000 (18:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 18:14:10 +0000 (18:14 +0000)
commitb7f136e73eda63c4bef46d2a749faf3692cddc5c
treea8918680bc0a622424b0abc49035e6a0f56e4a99
parentbfc672b16921fd90660edec8fdcdbbedf01aa2d9
Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass,
so you can use their class .register() method to register virtual subclasses.
Lib/io.py