This file is indexed.

/usr/share/pyshared/lazr/delegates/NEWS.txt is in python-lazr.delegates 1.2.0-0ubuntu3.

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
=======================
NEWS for lazr.delegates
=======================

1.2.0 (2010-07-16)
==================

- Extend Passthrough so that it takes an extra (optional) callable argument,
  used to adapt the context before accessing the delegated attribute.

1.1.0 (2009-08-31)
==================

- Remove build dependencies on bzr and egg_info

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

1.0.1 (2009-03-24)
==================

- specify only v3 of LGPL

- build/developer improvements

1.0 (2008-12-19)
================

- Initial release