summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 17:04:37 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 17:04:37 +0100
commitfc30b4a5ccd6ee8227f016317e11b5392aba7d78 (patch)
tree5e5fd52eda442a667451058f91ba109c4eb04637
parent5e014ff04380172362e4b69755e25c2aec787b1a (diff)
downloadpyflakes-fc30b4a5ccd6ee8227f016317e11b5392aba7d78.tar.gz
Missing dots
-rw-r--r--NEWS.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 9d26c84..f91f5a4 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,10 +7,9 @@ UNRELEASED:
`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
-
+ - Correctly parse incremental `__all__ += [...]`.
+ - Catch return with arguments inside a generator (Python <= 3.2).
+ - Do not complain about `_` in doctests.
0.7.3 (2013-07-02):
- Do not report undefined name for generator expression and dict or