Pyflakes 0.8

Milestone information

Project:
Pyflakes
Series:
main
Version:
0.8
Released:
 
Registrant:
Pyflakes Dev
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
11 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon pyflakes-0.8.tar.gz (md5) 112
last downloaded 41 weeks ago
Total downloads: 112

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

  - Adapt for the AST in Python 3.4.
  - Fix caret position on SyntaxError.
  - Fix crash on Python 2.x with some doctest SyntaxError.
  - Add tox.ini.
  - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the
    `PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
    Doctest checking is now disabled by default; set the environment variable
    to enable it.
  - Correctly parse incremental `__all__ += [...]`.
  - Catch return with arguments inside a generator (Python <= 3.2).
  - Do not complain about `_` in doctests.
  - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.

0 blueprints and 11 bugs targeted

Bug report Importance Assignee Status
1295554 #1295554 pyflakes crashes with AttributeError. No attribute 'varargannotation' 3 High   10 Fix Released
1178096 #1178096 _ is a valid variable name in doctests 5 Low   10 Fix Released
1249873 #1249873 Wrong caret position on syntax error 5 Low   10 Fix Released
1266446 #1266446 F401 imported but unused shouldn't appear if the token is mentioned in __all__ 5 Low   10 Fix Released
1277606 #1277606 AttributeError: 'ClassDef' object has no attribute 'keywords' 5 Low   10 Fix Released
1292942 #1292942 Don't rely on builtins to determine python version? 5 Low   10 Fix Released
1198132 #1198132 Return with argument inside generator 6 Wishlist   10 Fix Released
1223150 #1223150 Disable doctest checking unless an option is passed 6 Wishlist   10 Fix Released
1241878 #1241878 __all__ += [] 6 Wishlist   10 Fix Released
1250684 #1250684 Give column information for syntax errors 6 Wishlist   10 Fix Released
1277280 #1277280 Overwrites "level" attribute on ImportFrom nodes 6 Wishlist   10 Fix Released
This milestone contains Public information
Everyone can see this information.