https://hg.python.org/cpython/rev/69fe5f2e5aae changeset: 104420:69fe5f2e5aae branch: 3.5 parent: 104417:8d877876aa89 user: Guido van Rossum <guido at python.org> date: Sun Oct 09 10:02:49 2016 -0700 summary: Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. files: Lib/typing.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Lib/typing.py b/Lib/typing.py --- a/Lib/typing.py +++ b/Lib/typing.py @@ -1668,9 +1668,6 @@ __slots__ = () -ByteString.register(type(memoryview(b''))) - - class List(list, MutableSequence[T], extra=list): __slots__ = () -- Repository URL: https://hg.python.org/cpython