From ba20533d82e1f7578ea77f9d36530fc49583cfdd Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Mon, 10 Feb 2003 19:38:33 +0000 Subject: [ 683376 ] Adding NotImplementedType to types.py --- Lib/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/types.py b/Lib/types.py index fc0fbfb..0d2905d 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 -- cgit v0.12