summaryrefslogtreecommitdiffstats
path: root/Lib/_abcoll.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/_abcoll.py')
-rw-r--r--Lib/_abcoll.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/_abcoll.py b/Lib/_abcoll.py
index 37e19f2..8f630bf 100644
--- a/Lib/_abcoll.py
+++ b/Lib/_abcoll.py
@@ -51,8 +51,6 @@ class Iterable(metaclass=ABCMeta):
return True
return NotImplemented
-Iterable.register(bytes)
-
class Iterator(metaclass=ABCMeta):