third_party.pylibs.pylint.src/test/messages/func_disable_linebased_py30.txt
Julien Cristau b88c7937eb test: add python3 versions for some outputs
- rewriting print 'foo' into print('foo') changes line length
- unicode/str becomes str/bytes
- __builtin__ becomes builtins
- 2to3 rewrites 'import syntax_error' into 'from . import syntax_error',
  which changes pylint's output
2013-06-18 19:11:04 +02:00

3 lines
60 B
Plaintext

C: 1: Line too long (127/80)
C: 14: Line too long (114/80)