diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-02-28 16:09:39 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-02-28 16:09:39 +0200 |
commit | 97bebf6a35f0581491f261e922c8ff0c07cd3eee (patch) | |
tree | 86416f00cf6d74a2ad40bd552226965526c9e81f /pylint/utils.py | |
parent | dd276720942e6481b6a1676d2a272e986a411528 (diff) | |
download | pylint-97bebf6a35f0581491f261e922c8ff0c07cd3eee.tar.gz |
Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.
This warning is emitted when the `cmp` argument for the `list.sort` or `sorted builtin`
is encountered, since it was removed in Python 3. This is part of the issue #376.
Diffstat (limited to 'pylint/utils.py')
0 files changed, 0 insertions, 0 deletions