New submission from alex c :
heapq.py imports doctest in the last 4 lines to perform unit tests:
if __name__ == "__main__":
import doctest # pragma: no cover
print(doctest.testmod()) # pragma: no cover
This disrupts dependency tracking modules and soft
New submission from alex c :
By default, the docs.python.org page for a module does not list or tabulate the
contents of that module. This makes it difficult to browse a module's functions
or get a bird's-eye view.
For example, the logging module
(https://docs.python.org