[issue21214] PEP8 doesn't verifies last line.

2014-04-14 Thread Max
New submission from Max: PEP8 doesn't verifies last line at all. Also W292 will never be checked. Reproducible on PEP8 = 1.5.0 -- messages: 216072 nosy: f1ashhimself priority: normal severity: normal status: open title: PEP8 doesn't verifies last line. type: behavior

[issue21214] PEP8 doesn't verifies last line.

2014-04-14 Thread Mark Dickinson
Mark Dickinson added the comment: The pep8 tool is a third-party package: it isn't part of the core Python project. You probably want to report this at the pep8 bugtracker: http://github.com/jcrocholl/pep8/issues -- nosy: +mark.dickinson resolution: - 3rd party status: open - closed