Pyflakes 0.7

Milestone information

Project:
Pyflakes
Series:
main
Version:
0.7
Released:
 
Registrant:
Florent
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:
3 Florent
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
8 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.7.tar.gz (md5) 924
last downloaded today
Total downloads: 924

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

  - Add --version and --help options.
  - Support `python -m pyflakes` (Python 2.7 and Python 3.x).
  - Add attribute `Message.col` to report column offset.
  - Do not report redefinition of variable for a variable used in a list
    comprehension in a conditional.
  - Do not report redefinition of variable for generator expressions and
    set or dict comprehensions.
  - Do not report undefined name when the code is protected with a
    `NameError` exception handler.
  - Do not report redefinition of variable when unassigning a module imported
    for its side-effect.
  - Support special locals like `__tracebackhide__` for py.test.
  - Support checking doctests.
  - Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2.

0 blueprints and 8 bugs targeted

Bug report Importance Assignee Status
1112067 #1112067 Erroneous 'list comprehension redefines' in Python 2.7 pyflakes 0.6.1 4 Medium   10 Fix Released
942603 #942603 AttributeError in a Turkish locale 5 Low   10 Fix Released
1105525 #1105525 ignore special locals of test frameworks 6 Wishlist   10 Fix Released
1106930 #1106930 with a NameError exception handler, an UndefinedName should not be raised 6 Wishlist Florent  10 Fix Released
1118173 #1118173 Pay attention to doctests 6 Wishlist   10 Fix Released
1143978 #1143978 Please add a --version option 6 Wishlist   10 Fix Released
1159514 #1159514 Support reporting the column number 6 Wishlist Florent  10 Fix Released
1162161 #1162161 import fu; del fu complains about RedefinedWhileUnused 6 Wishlist Florent  10 Fix Released
This milestone contains Public information
Everyone can see this information.