Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6)

This commit is contained in:
Guido van Rossum 2016-10-09 10:03:35 -07:00
commit 06060725b4
1 changed files with 0 additions and 3 deletions

View File

@ -1668,9 +1668,6 @@ class ByteString(Sequence[int], extra=collections_abc.ByteString):
__slots__ = ()
ByteString.register(type(memoryview(b'')))
class List(list, MutableSequence[T], extra=list):
__slots__ = ()