from
Stefan Rank <stefan.rank at ofai dot at>
to
Sylvain Thénault <sylvain.thenault at logilab dot fr>
subject
Re: [Python-projects] Re: bug report for pylint - line too long on
docstring
date
on 11.08.2005 14:40 Sylvain Thénault said the following:2005/08/11 14:44
> On Thursday 11 August à 12:55, Stefan Rank wrote:
>>i had a look at the source:
>>the culprit seems to be the (use of the) tokenize.generate_tokens
>>function. it returns the whole triple-quoted string as one token, but
>>where pylint.checkers.format.FormatChecker.process_tokens calls
>>self.new_line it assumes that the token only brought one new line with it...
>>
>>i have no idea why this does not happen on Linux too (and i am too lazy
>>to reboot now ;-)
>
> hum, strange. Which python version are you using ?
>
Python 2.4.1, Windows XP, pylint 0.7.0
