]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
No need to register classes that already inherit from ABCs.
authorRaymond Hettinger <python@rcn.com>
Mon, 11 Feb 2008 19:00:13 +0000 (19:00 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 11 Feb 2008 19:00:13 +0000 (19:00 +0000)
commit1021cc692d392f4c34791cf22e942dd1b1e0f519
tree570d3ac2e64a7db4b7864fffccc63bffa5aa6aa3
parent0dd1b63746c12bfb7a8623e8f2f442494f18450d
No need to register classes that already inherit from ABCs.
Lib/UserList.py
Lib/UserString.py
Lib/collections.py
Lib/weakref.py