This file is indexed.

/usr/share/pyshared/lazr/batchnavigator/NEWS.txt is in python-lazr.batchnavigator 1.2.10-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
============================
NEWS for lazr.batchnavigator
============================

1.2.10 (2011-09-14)

- delegate the calculation of the rough length of a result set to
  IRangeFactory.

1.2.9 (2011-08-25)

- When a backwards batch is at first too short and when another chunk
  from the result set is added, _Batch,sliced_list() does no longer
  use the memo value for the already retrived chunk.

- don't use the parameter start to determine if a previous/next batch
  exists; don't rely on len(resultset) and  to determine the real size
  of a batch.

- Avoid negative start index on empty result sets.

1.2.7 (2011-07-18)
==================

- retrieve slices of the result set in class _Batch only via methods
  of the range factory.

1.2.6 (2011-07-28)
==================

- fixed an error in handling backwards batches which return less elements
  than expected.
- URL-encode all query parameters in BatchNavigator.generateBatchURL()

1.2.5 (2011-07-13)
==================

- Permit changing all variable names with a single prefix.

1.2.4 (2011-04-11)
==================

- Permit overriding determineSize to control how the batch default and concrete
  sizes are determined in subclasses.
- Listify (once we have sliced) rather than assuming batched slices will honour
  the complete list protocol.

1.2.3 (2011-04-06)
==================

- Add IRangeFactory and the ability to use backend database hints for efficient
  retrieval of pages.

- Remove terrible-scaling getBatchURLs method.

1.2.2 (2010-08-19)
==================

- Make len() cheap to call when the current batch is the last (or
  only) batch.

- Avoid calling len() when generating navigator URLs.

1.2.1 (2010-08-12)
==================

- fix a bug in the len() of a batch when the batch had previously been
  iterated over

1.2.0 (2010-08-05)
==================

- avoid calling len() on the underlying sequence when possible
- return None for endNumber when the batch is out of range

1.1.1 (2010-05-10)
==================

- Ignore negative batch sizes

1.1 (2009-08-31)
================

- Remove build dependencies on bzr and egg_info

- remove sys.path hack in setup.py for __version__

1.0 (2009-03-24)
================

- Initial release on PyPI