On Fri, Oct 29, 2010 at 05:45:09PM -0400, Luke Macken wrote:
> Just a heads up to some new behavior that I noticed in F14.
>
> When python-distutils-extra is installed, it will cause pylint to be run
> against your project automatically when `python setup.py sdist` is
> called. It installs DistUt
Just a heads up to some new behavior that I noticed in F14.
When python-distutils-extra is installed, it will cause pylint to be run
against your project automatically when `python setup.py sdist` is
called. It installs DistUtilsExtra.command.check on the
distutils.commands check entry-point.
Th