[ 683376 ] Adding NotImplementedType to types.py

This commit is contained in:
Just van Rossum 2003-02-10 19:38:33 +00:00
parent f163d10fbe
commit ba20533d82

View file

@ -85,5 +85,6 @@ def _m(self): pass
EllipsisType = type(Ellipsis)
DictProxyType = type(TypeType.__dict__)
NotImplementedType = type(NotImplemented)
del sys, _f, _C, _x # Not for export