Week #3

Dear all,

This week, I have worked on making pkgutil and depgraph complete for merging. What has been done is the following:

  • I have finished the documentation for both modules. In addition to the API docs, a narrative was added with some examples
  • Wrote a test suite for depgraph
  • Integrated the test cases for pkgutil from Python 2.7's trunk


Next, I will optimise pkgutil by using caching, and after that read/write support shall be added to distribute. The code is readily available from my repository (in case you want to review it) and it has been already merged upstream by Tarek.