Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates pylint from 1.8.4 to 1.9.1.

Changelog

1.9

=========================

Release date: 2018-05-15

 * Added two new Python 3 porting checks, `exception-escape` and `comprehension-escape`

   These two are emitted whenever pylint detects that a variable defined in the
   said blocks is used outside of the given block. On Python 3 these values are deleted.

 * Added a new `deprecated-sys-function`, emitted when accessing removed sys members.

 * Added `xreadlines-attribute`, emitted when the `xreadlines()` attribute is accessed.

 * The Python 3 porting mode can now run with Python 3 as well.

 * docparams extension allows abstract methods to document what overriding
   implementations should return, and to raise NotImplementedError without
   documenting it.

   Closes 2044

 * Special methods do not count towards `too-few-methods`,
   and are considered part of the public API.

 * Enum classes do not trigger `too-few-methods`

   Close 605

 * Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3

   Close 1936

 * Added a new Python 2/3 check for accessing removed urllib functions

   Close 1997
Links

@pyup-bot pyup-bot mentioned this pull request May 16, 2018
@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Jun 6, 2018

Closing this in favor of #16

@pyup-bot pyup-bot closed this Jun 6, 2018
@fedorareis fedorareis deleted the pyup-update-pylint-1.8.4-to-1.9.1 branch June 6, 2018 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants