30 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
30 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
31 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
31 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
32 """ |
32 """ |
33 |
33 |
34 """ Changes |
34 """ Changes |
|
35 1.5.0 (2017-01-09) |
|
36 - Enable support for PEP 526 annotated assignments |
|
37 |
|
38 1.4.0 (2016-12-30): |
|
39 - Change formatting of ImportStarMessage to be consistent with other errors |
|
40 - Support PEP 498 "f-strings" |
|
41 |
|
42 1.3.0 (2016-09-01): |
|
43 - Fix PyPy2 Windows IntegrationTests |
|
44 - Check for duplicate dictionary keys |
|
45 - Fix TestMain tests on Windows |
|
46 - Fix "continue" and "break" checks ignoring py3.5's "async for" loop |
|
47 |
35 1.2.3 (2016-05-12): |
48 1.2.3 (2016-05-12): |
36 - Fix TypeError when processing relative imports |
49 - Fix TypeError when processing relative imports |
37 |
50 |
38 1.2.2 (2016-05-06): |
51 1.2.2 (2016-05-06): |
39 - Avoid traceback when exception is del-ed in except |
52 - Avoid traceback when exception is del-ed in except |