summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-03-29 21:48:01 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-03-29 21:48:01 +0100
commit99df08484fc800a53f6af7814390a210da448346 (patch)
treecb486e3658c6bc78909dbe23c0ba23a3725cf7d9 /NEWS.txt
parent01fc5cdd01020cec2f9f0cc371fa909ad4fd0aa1 (diff)
downloadpyflakes-99df08484fc800a53f6af7814390a210da448346.tar.gz
Support python -m pyflakes.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index ebf28c9..3da64cc 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,6 @@
0.6.x (unreleased):
- Add --version and --help options.
+ - Support `python -m pyflakes`
- 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