third_party.pylibs.pylint.src/doc/whatsnew
Roy Williams 5587eefeb2 Implement a Python3 warning for declaring a method next method that would implement the Iterator protocol in Python 2 but not in Python 3. (#1509)
In Python 2 implementing a no argument instance method `next` would implement the Iterator protocol, allowing the class to be used
with `next()` or a `for` loop.  In Python 3 this is now `__next__`.
2017-06-02 00:47:35 +03:00
..
1.6.rst 2.0 is now 1.7.0. We will release 2.0 a bit later, sorry for this. 2017-03-01 11:39:41 +02:00
1.7.rst Add a warning for accessing itertools functions that have been removed. (#1500) 2017-05-25 12:43:25 -07:00
1.8.rst Implement a Python3 warning for declaring a method next method that would implement the Iterator protocol in Python 2 but not in Python 3. (#1509) 2017-06-02 00:47:35 +03:00
changelog.rst Add a whatsnew section to pylint's docs 2016-07-03 19:09:26 +01:00
index.rst Rename the .rst file to 1.7. 2017-03-01 11:41:25 +02:00