---
* Enhance the support for setuptools vendored packages
to also work with pkg_resources (which uses the same
mechanism).
* Fix graphbuilding problem when using "setuptools",
"pkg_resources" or "six".
* Fix test failures with recent python versions, failures
were due to imperfect test hygiene.
* Add a *code* attribute to :class:`modulegraph2.Script`
and :class:`modulegraph2.Module`, containing the compiled
bytecode for the module (or *None*)