-----------------------------
- Bug fix: Make ``CommandPool.collect()`` resumable after failing commands.
- Enable intersphinx mapping from ``executor`` to ``property-manager``.
- Removed minor (trivial) code duplication from ``CommandPool.run()``.
- Renamed 'construct' to 'initialize' where applicable: A constructor in Python
is called ``__new__()`` and overriding it is the exception, not the norm.
Overriding the ``__init__()`` method is the norm, but then ``__init__()`` is
not a constructor, it's an "initializer".
.. _Release 5.0.1: https://github.com/xolox/python-executor/compare/5.0...5.0.1