will print ``Yes`` if the handle is currently valid (has not been closed or
detached).
-The object also support comparison semantics, so handle objects will compare
-true if they both reference the same underlying Windows handle value.
-
Handle objects can be converted to an integer (e.g., using the built-in
:func:`int` function), in which case the underlying Windows handle value is
returned. You can also use the :meth:`~PyHKEY.Detach` method to return the
"\n"
"Operations:\n"
"__bool__ - Handles with an open object return true, otherwise false.\n"
-"__int__ - Converting a handle to an integer returns the Win32 handle.\n"
-"rich comparison - Handle objects are compared using the handle value.");
+"__int__ - Converting a handle to an integer returns the Win32 handle.");