And another patch, again available at
http://bitbucket.org/tmarek/pylint-patchqueue

fix_pylint_usage_str.diff
> Fix misleading pylint usage help, --help-msg always needs a =.

// Torsten


On Mon, Oct 29, 2012 at 9:55 AM, Torsten Marek <tma...@google.com> wrote:

> I just pushed one more patch to
> http://bitbucket.org/tmarek/pylint-patchqueue
>
> In total:
> assigned_init.diff
> > Fixes a crash when an __init__ method in a base class has been
> > created by assignment rather than direct function definition.
>
> better_inline_option_re.diff
> > Change the regular expression for inline options so that a preceeding #
> is not optional.
>
> import_path_setup_hook.diff
> > Add hooks for import path setup and move pylint's sys.path
> > modifications into them. These hooks can be overridden by other
> implementations.
>
> predictable_importgraph.diff
> > Make dot output for import graph predictable and not depend
> > on ordering of strings in hashes.
>
> reimport_fix.diff
> > Fix emission of reimport warnings and extend the testcase.
>
> resilient_all_handling.diff
> > Fixed a couple of bugs in the __all__ handling and added a new
>  > warning about non-string objects in __all__.
>
> suppression_messages.diff
> > Add messages I0020 and I0021 for reporting of suppressed messages and
> > useless suppression pragmas.
>
> > Both messages are disabled by default, and only emitted after all other
> > checkers have been processed.
>
> // Torsten
> --
> Site Reliability Engineer ∘ Google  ✚  ∘ ⬕
>
>
>


-- 
Site Reliability Engineer ∘ Google  ✚  ∘ ⬕
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to