~pyflakes-dev/pyflakes/master

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Florent Xicluna
  • Date: 2013-04-01 15:10:04 UTC
  • mfrom: (75.1.2)
  • Revision ID: git-v1:8b015b9f4634743e603e4d35fb7a81de0d8f291e
Add attribute Message.col to report columns offset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.6.x (unreleased):
2
2
  - Add --version and --help options.
3
3
  - Support `python -m pyflakes` (Python 2.7 and Python 3.x).
 
4
  - Add attribute `Message.col` to report column offset.
4
5
  - Do not report redefinition of variable for a variable used in a list
5
6
    comprehension in a conditional.
6
7
  - Do not report redefinition of variable for generator expressions and