] > Re: [Python-projects] Re: bug report for pylint - line too long on docstring (Logilab.org)

Email Re: [Python-projects] Re: bug report for pylint - line too long on docstring

from
to
subject
Re: [Python-projects] Re: bug report for pylint - line too long on docstring
date
2005/08/11 14:44
on 11.08.2005 14:40 Sylvain Thénault said the following:
> 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