I've just released version 0.1.4 of distlib on PyPI [1]. For newcomers, 
distlib is a library of packaging functionality which is intended to be 
usable as the basis for third-party packaging tools.

The changes in this release are as follows:

scripts.py:

    Updated the logic for finding the distlib package using a relative,
    rather than absolute method. This fixes a problem for pip, where
    distlib is kept in the pip.vendor.distlib package.

_backport/sysconfig.py:

    The analogous change to that made for scripts.py, described above.

Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [2]

Regards,

Vinay Sajip

[1] https://pypi.python.org/pypi/distlib/0.1.4
[2] https://bitbucket.org/pypa/distlib/issues/new


_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to