diff --git a/Lib/types.py b/Lib/types.py index fc0fbfb4018..0d2905d8153 100644 --- a/Lib/types.py +++ b/Lib/types.py @@ -85,5 +85,6 @@ SliceType = slice EllipsisType = type(Ellipsis) DictProxyType = type(TypeType.__dict__) +NotImplementedType = type(NotImplemented) del sys, _f, _C, _x # Not for export