Pyflakes 0.8.1

Milestone information

Project:
Pyflakes
Series:
main
Version:
0.8.1
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:
5 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.1.tar.gz (md5) 2,407
last downloaded 12 days ago
Total downloads: 2,407

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

  - Detect the declared encoding in Python 3.
  - Do not report redefinition of import in a local scope, if the global name is used elsewhere in the module.
  - Catch undefined variable in loop generator when it is also used as loop variable.
  - Report undefined name for `(a, b) = (1, 2)` but not for the general unpacking `(a, b) = func()`.
  - Correctly detect when an imported module is used in default arguments of a method, when the method and the module use the same name.
  - Distribute a universal wheel file.

0 blueprints and 5 bugs targeted

Bug report Importance Assignee Status
1205907 #1205907 Undefined variable in for loop not caught 5 Low   10 Fix Released
1270952 #1270952 spurious "imported but unused" when method name shadows module name 5 Low   10 Fix Released
1297161 #1297161 F811 incorrectly triggered 5 Low   10 Fix Released
1299169 #1299169 pyflakes3 ignores file encoding 5 Low   10 Fix Released
879941 #879941 Unused variables aren't detected with destructuring assignment 6 Wishlist   10 Fix Released
This milestone contains Public information
Everyone can see this information.