~ubuntu-branches/ubuntu/quantal/pylint/quantal

« back to all changes in this revision

Viewing changes to test/messages/func_e99xx.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2011-08-02 20:05:50 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110802200550-5efk0cfszfzjpjdn
Tags: 0.24.0-1
* New upstream release
* debian/copyright
  - bump upstream and packaging copyright years
* debian/rules
  - add build-arch build-indep targets, as suggested by lintian
* debian/control
  - bump Standards-Version to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
E: 11:pprint: Not enough arguments for format string
2
 
E: 12:pprint: Too many arguments for format string
3
 
E: 13:pprint: Mixing named and unnamed conversion specifiers in format string
4
 
E: 14:pprint: Missing key 'PARG_2' in format string dictionary
5
 
E: 16:pprint: Missing key 'PARG_2' in format string dictionary
6
 
E: 17:pprint: Expected mapping for format string, not Tuple
7
 
E: 18:pprint: Expected mapping for format string, not List
8
 
E: 19:pprint: Unsupported format character 'z' (0x7a) at index 2
9
 
E: 20:pprint: Format string ends in middle of conversion specifier
10
 
W: 15:pprint: Unused key 'PARG_3' in format string dictionary
11
 
W: 16:pprint: Format string dictionary key should be a string, not 2
12