]> granicus.if.org Git - python/commitdiff
[ 683376 ] Adding NotImplementedType to types.py
authorJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 19:38:33 +0000 (19:38 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 19:38:33 +0000 (19:38 +0000)
Lib/types.py

index fc0fbfb40181761ffefa5b8cff403e657d4cd0a1..0d2905d81536c8b5ff2cf70f338f6555577ea276 100644 (file)
@@ -85,5 +85,6 @@ SliceType = slice
 EllipsisType = type(Ellipsis)
 
 DictProxyType = type(TypeType.__dict__)
+NotImplementedType = type(NotImplemented)
 
 del sys, _f, _C, _x                  # Not for export