Hi,

A lot of python's built-in functions have an attribute named __qualname__.

However, the built-in `help` function has no __qualname__ attribute.

In a future version of python can we have:
help.__qualname__ = "help"