Commit b828c038 authored by Just van Rossum's avatar Just van Rossum

[ 683376 ] Adding NotImplementedType to types.py

parent 2e54950e
...@@ -85,5 +85,6 @@ SliceType = slice ...@@ -85,5 +85,6 @@ SliceType = slice
EllipsisType = type(Ellipsis) EllipsisType = type(Ellipsis)
DictProxyType = type(TypeType.__dict__) DictProxyType = type(TypeType.__dict__)
NotImplementedType = type(NotImplemented)
del sys, _f, _C, _x # Not for export del sys, _f, _C, _x # Not for export
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment